Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyMath.Plane Struct Reference

Public Member Functions

 Plane (float nx, float ny, float nz, float pd)
 
float distanceTo (Vector3 point)
 

Public Attributes

Vector3 normal
 
float d
 

Constructor & Destructor Documentation

◆ Plane()

SharpKmyMath.Plane.Plane ( float  nx,
float  ny,
float  nz,
float  pd 
)

Member Function Documentation

◆ distanceTo()

float SharpKmyMath.Plane.distanceTo ( Vector3  point)

Member Data Documentation

◆ d

float SharpKmyMath.Plane.d

◆ normal

Vector3 SharpKmyMath.Plane.normal