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

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

Creates a view matrix.

Returns

Example

Remarks

Summary

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

Creates a view matrix.

Returns

Example

Remarks

Clone this wiki locally