JNR
laPlane3 Class Reference

3D plane More...

#include <laPlane3.h>

Public Member Functions

double distance (laPoint3 &p)
 Find the shortest distance between a point and the plane.
 
double side (laPoint3 &p)
 Return {+1; -1}, depending on the side of the plane where the specified point lies.
 
Plane construction
 laPlane3 (void)
 Default constructor.
 
 laPlane3 (laPoint3 &a, laPoint3 &b, laPoint3 &c)
 Build laPlane3 from three points ( laPoint3 objects )
 
void build (laPoint3 &a, laPoint3 &b, laPoint3 &c)
 Build laPlane3 from three points ( laPoint3 objects )
 

Public Attributes

double d
 Distance from the origin of the coordinate system.
 
laPoint3 normal
 Normal vector.
 

Detailed Description

3D plane

Author
Atanas Laskov

Definition at line 39 of file laPlane3.h.


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