Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector3D.ProjectOnPlane

Malware edited this page Dec 25, 2018 · 15 revisions

IndexVector3D

Summary

public Vector3D ProjectOnPlane(ref Vector3D vec, ref Vector3D planeNormal)

Projects given vector on plane specified by it's normal.

Returns

Vector projected on plane

Example

Remarks

Clone this wiki locally