Bounds.SqrDistance
SqrDistance(point: Vector3): float;
float SqrDistance(Vector3 point);
def SqrDistance(point as Vector3) as float
Description

The smallest squared distance between the point and this bounding box.