Type: VPlane

Server & Client

Properties - Shared

TypeName
Vector m_Normal
floatm_Dist

Methods

Init

void Init(const Vector&in vNormal, float dist)

Init

void Init(const Vector&in vNormal, const Vector&in vPointOnPlane)

DistTo

float DistTo(const Vector&in vVec) const

opAssign

VPlane& operator=(const VPlane&in thePlane)

Flip

VPlane Flip() const

GetPointOnPlane

Vector GetPointOnPlane() const

ProjectPointOntoPlane

Vector ProjectPointOntoPlane(const Vector&in vPoint) const