Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyMath::Plane Class Reference

#include <Plane.h>

Public Member Functions

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

Public Attributes

Vector3 normal
 
float d = 0
 

Constructor & Destructor Documentation

◆ Plane() [1/2]

SharpKmyMath::Plane::Plane ( )

◆ Plane() [2/2]

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 = 0

◆ normal

Vector3 SharpKmyMath::Plane::normal