HPL3/Amnesia: Rebirth/Scripting/cPlanef

From Frictional Wiki
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

Field Type Field Name And Description
float a
float b
float c
float d

Functions

Return Type Function And Description
void FromNormalPoint(const cVector3f &in avNormal, const cVector3f &in avPoint)
void FromPoints(const cVector3f &in avPoint0, const cVector3f &in avPoint1, const cVector3f &in avPoint2)
cVector3f GetNormal()
void Normalize()

Details

a

float a

b

float b

c

float c

d

float d

FromNormalPoint

void FromNormalPoint(const cVector3f &in avNormal,
                     const cVector3f &in avPoint)


Parameters

Returns:

  • void

FromPoints

void FromPoints(const cVector3f &in avPoint0,
                const cVector3f &in avPoint1,
                const cVector3f &in avPoint2)


Parameters

Returns:

  • void

GetNormal

cVector3f GetNormal()

Returns:

  • cVector3f

Normalize

void Normalize()

Returns:

  • void

References

See all references...