|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
-----------------------------------------------------
Mesh polygonal element
Consists of N nodes
Variables:
Methods:
- MeshElemC()
-
- ~MeshElemC()
-
destruct
Access to Element Data
----------------------
- void SetIndex(const IntT i)
-
Setup element index
- IntT Index()
-
Get element index
Operations
----------
- BooleanT IsBound()
-
Test if the element is on the mesh boundary
- Vector3dC Normal()
-
Evaluate the element normal
Normal direction from ccw node ordering
- MeshNearestPointT NearestPoint(const Vector3dC & v)
-
nearest point on element to vector v
|
Programmer:Adrian Hilton, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|