Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
static T PointPlaneDist
(
const TVector < T > & Point,
const TVector < T > & PlaneBase,
const TVector < T > & PlaneNormal
)
Remarks
Calculate the signed distance (in the direction of the normal) between a point and a plane. Signed distance between point and plane.
Parameters
| Name | Description |
|---|---|
| Point | The Point we are checking. |
| PlaneBase | The Base Point in the plane. |
| PlaneNormal | The Normal of the plane (assumed to be unit length). |