HPL3/Amnesia: Rebirth/Scripting/cPlanef
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
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
FromPoints
GetNormal
cVector3f GetNormal()
Returns:
- cVector3f—
Normalize
void Normalize()
Returns:
- void