Container for 3 nodes defining triangle face. More...
#include <mi32/tinrc16.h>
Public Member Functions | |
| void | CalcNormal (const double *values, DPOINT3D &normal) const |
| void | CalcPlane (const double *values, PLANE &plane) const |
Public Attributes | |
| NODE | m_Node [3] |
Container for 3 nodes defining triangle face.
| void TIN_RC16::TRINODE::CalcNormal | ( | const double * | values, | |
| DPOINT3D & | normal | |||
| ) | const |
Calculate unit normal vector.
| values | Array of 3 values corresponding to 3 node positions | |
| normal | Normal vector returned, x=row, y=col, z=value |
| void TIN_RC16::TRINODE::CalcPlane | ( | const double * | values, | |
| PLANE & | plane | |||
| ) | const |
Calculate plane coefficients.
| values | Array of 3 values corresponding to 3 node positions | |
| plane | Plane definition returned |
1.6.1