Geometry APP lines
|
08-19-2021, 06:11 PM
Post: #1
|
|||
|
|||
Geometry APP lines
Hello
In Geometry APP, it seems that the line() function behaves oddly when defined with two points: The points in the line() function should be introduced as a complex number (the green line in the attachment is correct). If you introduce it as a vector then the line (blue) is drawn perpendicular to the former one. This can be circumvented as described (i.e. using complex numbers rather than vectors) in 2 dimensions, but this is not possible in 3 dim. Is there any way to solve this? Following this issue, is there some way to draw lines (from two points) in Graph 3d APP? Similar to line() function? Will it be geometry in 3D? Thanks for your comments Toni |
|||
08-20-2021, 01:04 PM
Post: #2
|
|||
|
|||
RE: Geometry APP lines
try:
line(point([1,1]),point([0,1])) for GA -road |
|||
08-20-2021, 01:49 PM
Post: #3
|
|||
|
|||
RE: Geometry APP lines
Hello
It works fine this way. Thanks very much |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)