Get the x,y or z component of a plane

tush shared this question 3 years ago
Answered

Hello everyone

Suppose you have a plane object

p : Plane( (0,0,0) , A , B )
I want to draw the normal vector to this plane, in a "symbol" form. How can I do it?


I tried

Vector ( x(p), y(p), z(p) )

but it doesn't work. Any suggestions?

Comments (1)

photo
1

Hi

use this command

Direction( p )

© 2023 International GeoGebra Institute