Method Projection
Projection(float3)
Returns the closest point on the plane to the input point.
Declaration
public float3 Projection(float3 point)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | point | The point. |
Returns
| Type | Description |
|---|---|
| float3 | The closest point. |