HP Forums
Geometry APP lines - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Geometry APP lines (/thread-17369.html)



Geometry APP lines - Tonig00 - 08-19-2021 06:11 PM

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


RE: Geometry APP lines - roadrunner - 08-20-2021 01:04 PM

try:

line(point([1,1]),point([0,1]))

for GA

-road


RE: Geometry APP lines - Tonig00 - 08-20-2021 01:49 PM

Hello

It works fine this way.

Thanks very much