Properties
Category
English
Similar Topics
Statistics
Comments
3
Participants
4
Subscribers
4
Votes
1
Views
540
Share
Answered
I can use x(A), y(A) and z(A) directly from the point A(x,y,z).
When I define a line l I get a direction vector multiplied by gama. How can I use the values of this direction vector independently?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2022 International GeoGebra Institute
How is the line defined? It's easier if you post your .ggb file
f line
then x(direction(f)) y(direction(f)) z(direction(f))
or
Vector((1, 0, 0)) *f
Vector((0, 1, 0)) *f
Vector((0, 0, 1)) *f
Comments have been locked on this page!