C# Class Nexus.Objects3D.PlaneHelper

Show file Open project: tgjones/nexus Class Usage Examples

Public Methods

Method Description
ClassifyPoint ( Point3D &point, Plane3D &plane ) : float

Returns a value indicating what side (positive/negative) of a plane a point is

Method Details

ClassifyPoint() public static method

Returns a value indicating what side (positive/negative) of a plane a point is
public static ClassifyPoint ( Point3D &point, Plane3D &plane ) : float
point Point3D The point to check with
plane Plane3D The plane to check against
return float