Multivector Visualization Global Settings
[Predefined Variables]


Variables

counter DRAW_POINT_AS_DOT
 Draw points as dots (default).
counter DRAW_POINT_AS_SPHERE
 Draw points as sphere.
counter IPNS
 Switch the visualization of multivectors to their inner product null space (IPNS).
counter OPNS
 Switch the visualization of multivectors to their outer product null space (OPNS).

Variable Documentation

counter DRAW_POINT_AS_DOT
 

Draw points as dots (default).

Since:
v1.5
This mode is set by default. Points are drawn as dots, which do not increase in size when the user moves closer to them. This simulates the idea of points being infinitesimal objects.

counter DRAW_POINT_AS_SPHERE
 

Draw points as sphere.

Since:
v1.5
In this mode points are drawn as spheres, whose size is given by SetPointSize(). In this mode the points increase in size when the user moves closer to them. This mode is useful to increase the visibility of intersection points.

counter IPNS
 

Switch the visualization of multivectors to their inner product null space (IPNS).

Since:
v1.4
This switch influences Eucliden, projective and conformal space visualizations at the same time. This style may be applied using either the function SetMode or the operator ':'.

counter OPNS
 

Switch the visualization of multivectors to their outer product null space (OPNS).

Since:
v1.4
This switch influences Eucliden, projective and conformal space visualizations at the same time. This style may be applied using either the function SetMode or the operator ':'.