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

VRageMath.Matrix.CreateLookAt

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMatrix

csharp[Matrix](VRageMath.Matrix) CreateLookAt([Vector3](VRageMath.Vector3) cameraPosition, [Vector3](VRageMath.Vector3) cameraTarget, [Vector3](VRageMath.Vector3) cameraUpVector)##### Summary

Creates a view matrix.

csharpvoid CreateLookAt(ref [Vector3](VRageMath.Vector3) cameraPosition, ref [Vector3](VRageMath.Vector3) cameraTarget, ref [Vector3](VRageMath.Vector3) cameraUpVector, ref [Matrix](VRageMath.Matrix) result)##### Summary

Creates a view matrix.

Clone this wiki locally