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

Summary

public public sealed struct Matrix CreateLookAt(public sealed struct Vector3 cameraPosition, public sealed struct Vector3 cameraTarget, public sealed struct Vector3 cameraUpVector)

Creates a view matrix.

Returns

Example

Remarks

Summary

public void CreateLookAt(ref public sealed struct Vector3 cameraPosition, ref public sealed struct Vector3 cameraTarget, ref public sealed struct Vector3 cameraUpVector, ref public sealed struct Matrix result)

Creates a view matrix.

Returns

Example

Remarks

Clone this wiki locally