nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
getAltitudeOnPlane
nwnlibd
geometry
Undocumented in source. Be warned that the author may not have intended to support it.
float
getAltitudeOnPlane
(vec3f[3] triangle, vec2f point)
float
getAltitudeOnPlane
(vec3f normal, vec3f pointOnPlane, vec2f point)
pure
float
getAltitudeOnPlane
(
in
vec3f
normal
,
in
vec3f
pointOnPlane
,
in
vec2f
point
)
Meta
Source
See Implementation
nwnlibd
geometry
functions
distance
getAltitudeOnPlane
getLineIntersection
getSegmentIntersection
isPointInsidePolygon
isPointLeftOfLine
isPolygonComplex
isTriangleClockwise
signedArea
toVec2f
toVec3f
structs
Chains