Computes two components of a basis vector given a single input component.
#include <mnmesh.h>

Static Public Member Functions |
|
| static DllExport void | BasisFromZDir (Point3 &zDir, Point3 &xDir, Point3 &yDir) |
| Computes the x and y components of a basis
vector given a z component. |
|
Computes the x and y components of a basis vector given a z component.
The orientation of x and y are arbitrary and may be oriented at any angle about z.
| zDir | The input z orientation. |
| xDir | The resultant x orientation. |
| yDir | The resultant y orientation. |