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

VRageMath.Vector3D.ProjectOnVector

Malware edited this page Dec 25, 2018 · 15 revisions

IndexVector3D

Summary

public Vector3D ProjectOnVector(ref Vector3D vec, ref 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