CbaseT
C++ | Python |
---|---|
CbaseT<Cprecision> | Cbase, CfBase. |
Template class that describes an orthonormal base.
Typedefs
CbaseT<double> | Cbase |
CbaseT<float> | CfBase |
Properties
Type | Name | Description |
---|---|---|
Cvector3DT<Cprecision> | origin | Origin of the system. |
Cvector3DT<Cprecision> | xAxis | X-axis direction. |
Cvector3DT<Cprecision> | yAxis | Y-axis direction. |
Cvector3DT<Cprecision> | zAxis | Z-axis direction. |
Methods
Name | Description |
---|---|
CbaseT | Class constructor |
initCanonical | Inits the base to the canonical form: origin = (0,0,0) xAxis = (1,0,0) xAxis = (0,1,0) xAxis = (0,0,1) |