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

VRageMath.Quaternion.CreateFromTwoVectors

Malware edited this page Dec 25, 2018 · 16 revisions

IndexQuaternion

Summary

public void CreateFromTwoVectors(ref Vector3 firstVector, ref Vector3 secondVector, ref Quaternion result)

Returns

Example

Remarks

Summary

public Quaternion CreateFromTwoVectors(Vector3 firstVector, Vector3 secondVector)

Returns

Example

Remarks

Clone this wiki locally