Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include | #include "OrientedBoxTypes.h" |
TVector2 < RealType > ClosestPoint
(
const TVector2 < RealType > & Point
) const
Remarks
Find closest point on box Closest point on box. Input point is returned if it is inside box.
Parameters
| Name | Description |
|---|---|
| Point | input point |