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

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

Vector3D

Vector projected on guide vector

Clone this wiki locally