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

VRageMath.Matrix.CreateBillboard

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateBillboard([Vector3](VRageMath.Vector3) objectPosition, [Vector3](VRageMath.Vector3) cameraPosition, [Vector3](VRageMath.Vector3) cameraUpVector, [Nullable<T>](System.Nullable`1) cameraForwardVector)``````csharpvoid CreateBillboard(ref [Vector3](VRageMath.Vector3) objectPosition, ref [Vector3](VRageMath.Vector3) cameraPosition, ref [Vector3](VRageMath.Vector3) cameraUpVector, [Nullable<T>](System.Nullable`1) cameraForwardVector, ref [Matrix](VRageMath.Matrix) result)

Clone this wiki locally