Multivector Visualization in E3
[Predefined Variables]


Variables

counter E3_DRAW_PLANE_AS_DISK
 Switch to set visualization of a bivector to a circular plane.
counter E3_DRAW_PLANE_AS_RECT
 Switch to set visualization of a bivector to a rectangular plane.
counter E3_DRAW_VEC_AS_ARROW
 Switch to set visualization of a vector to arrow visualization.
counter E3_DRAW_VEC_AS_LINE
 Switch to set visualization of a vector to line visualization.
counter E3_DRAW_VEC_AS_POINT
 Switch to set visualization of a vector to point visualization.

Variable Documentation

counter E3_DRAW_PLANE_AS_DISK
 

Switch to set visualization of a bivector to a circular plane.

Since:
v1.4
Use this variable to switch the drawing mode of Euclidean bivector to circular planes. This may be done using either the function SetMode or the operator ':'.

counter E3_DRAW_PLANE_AS_RECT
 

Switch to set visualization of a bivector to a rectangular plane.

Since:
v1.4
Use this variable to switch the drawing mode of Euclidean bivector to rectangular planes. This may be done using either the function SetMode or the operator ':'.

counter E3_DRAW_VEC_AS_ARROW
 

Switch to set visualization of a vector to arrow visualization.

Since:
v1.4
Use this variable to switch the drawing mode of Euclidean vectors to arrow visualization. This may be done using either the function SetMode or the operator ':'.

counter E3_DRAW_VEC_AS_LINE
 

Switch to set visualization of a vector to line visualization.

Since:
v1.4
This is the default setting. Use this variable to switch the drawing mode of Euclidean vectors to line visualization. This may be done using either the function SetMode or the operator ':'.

counter E3_DRAW_VEC_AS_POINT
 

Switch to set visualization of a vector to point visualization.

Since:
v1.4
Use this variable to switch the drawing mode of Euclidean vectors to point visualization. This may be done using either the function SetMode or the operator ':'. For example,