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

VRageMath.Matrix.CreateConstrainedBillboard

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrix

Summary

public Matrix CreateConstrainedBillboard(Vector3 objectPosition, Vector3 cameraPosition, Vector3 rotateAxis, Nullable<T> cameraForwardVector, Nullable<T> objectForwardVector)

Returns

Matrix

Summary

public void CreateConstrainedBillboard(ref Vector3 objectPosition, ref Vector3 cameraPosition, ref Vector3 rotateAxis, Nullable<T> cameraForwardVector, Nullable<T> objectForwardVector, ref Matrix result)
Clone this wiki locally