Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include | #include "OrientedBoxTypes.h" |
RealType DistanceSquared
(
TVector < RealType > Point
) const
Remarks
Find squared distance to box. Squared distance from point to box, or 0 if point is inside box
Parameters
| Name | Description |
|---|---|
| Point | input point |