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

VRageMath.Vector3D.ProjectOnVector

Malware edited this page Dec 25, 2018 · 14 revisions

IndexVector3D

Summary

private public private public sealed struct.Vector3D ProjectOnVector(ref private public sealed struct.Vector3D vec, ref private public sealed struct.Vector3D guideVector)

Projects vector on another vector resulting in new vector in guided vector's direction with different length.

Returns

Vector projected on guide vector

Example

Remarks

Clone this wiki locally