Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClosestPointOnPlane

For a given point returns the closest point on the plane.
Read time 1 minuteLast updated 10 days ago

Definition

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

ClosestPointOnPlane(Vector3)

For a given
point
returns the closest point on the plane.
public readonly Vector3 ClosestPointOnPlane(Vector3 point)

Parameters

point

The point to project onto the plane.

Returns

Type

Description

Vector3A point on the plane that is closest to
point
.

ClosestPointOnPlane(Vector3)

For a given
point
returns the closest point on the plane.
public readonly Vector3 ClosestPointOnPlane(in Vector3 point)

Parameters

point

The point to project onto the plane.

Returns

Type

Description

Vector3A point on the plane that is closest to
point
.