Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TPlane
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include | #include "Math/Plane.h" |
T PlaneDot
(
const TVector < T > & P
) const
Remarks
Calculates distance between plane and a point. The distance from the plane to the point. 0: Point is on the plane. >0: Point is in front of the plane. <0: Point is behind the plane.
Parameters
| Name | Description |
|---|---|
| P | The other point. |