Interface INearestPointProximity
Allows implementations of IProximity to implement a function to get the nearest point on the border of the proximity to another point.
public interface INearestPointProximity : IProximity, IShapeVolume, ICloneable
- Inherited Members
-
IShapeVolume.containsPoint(Vector3)IShapeVolume.worldBoundsIShapeVolume.internalVolumeIShapeVolume.surfaceArea
- Extension Methods
Methods
GetNearestPointOnBorder(in Vector3)
Get the nearest point on the border of this proximity to fromLocation.
Vector3 GetNearestPointOnBorder(in Vector3 fromLocation)
Parameters
fromLocationVector3
Returns
- Vector3