Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Vector3D.ProjectOnPlane

Malware edited this page Jan 26, 2019 · 14 revisions

IndexNamespace IndexVector3D

Summary

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

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

Returns

Vector3D

Vector projected on plane

Parameters

Clone this wiki locally