Plane.ClosestPointOnPlane

Cambiar al Manual
public Vector3 ClosestPointOnPlane (Vector3 point);

Parámetros

pointThe point to project onto the plane.

Valor de retorno

Vector3 A point on the plane that is closest to point.

Descripción

For a given point returns the closest point on the plane.