JNR
laTriangle3 Class Reference

3D triangle face NOTE: This class has not been tested (NT) More...

#include <laTriangle3.h>

Public Member Functions

 laTriangle3 (laPoint3 aa, laPoint3 ab, laPoint3 ac)
 
void setVertices (laPoint3 &a, laPoint3 &b, laPoint3 &c)
 
void updatePlane ()
 
void getPerimeterLines (laLine3 *ar)
 
BOOL isInsideVolume (laPoint3 &pt)
 
laPoint3 collide (laTriangle3 &t, laPoint3 &vt)
 
void wrapPoint (laPoint3 &p)
 

Public Attributes

laPoint3 p [3]
 Vertices of the triangle.
 
laPlane3 pn
 Parametric 3D plane.
 

Detailed Description

3D triangle face NOTE: This class has not been tested (NT)

Author
Atanas Laskov

Definition at line 40 of file laTriangle3.h.


The documentation for this class was generated from the following files: