Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPlane3
Description
Compute d = Dot(N,P)-c where N is the plane normal and c is the plane constant. This is a signed distance. The sign of the return value is positive if the point is on the positive side of the plane, negative if the point is on the negative side, and zero if the point is on the plane.
| Name | DistanceTo |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/PlaneTypes.h |
| Include Path | #include "PlaneTypes.h" |
double DistanceTo
(
const UE::Math::TVector < RealType > & P
) const