Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SqrDistance

The smallest squared distance between the point and this bounding box.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

SqrDistance(Vector3)

The smallest squared distance between the point and this bounding box.
public readonly float SqrDistance(Vector3 point)

Parameters

point

Returns

Type

Description

float

SqrDistance(Vector3)

The smallest squared distance between the point and this bounding box.
public readonly float SqrDistance(in Vector3 point)

Parameters

point

Returns

Type

Description

float