Matrix3FLookAt Method (Vector3F, Vector3F) |
Creates a look-at matrix.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix3F LookAt(
Vector3F direction,
Vector3F up
)
Parameters
- direction
- Type: NeoAxisVector3F
Target position in world space. - up
- Type: NeoAxisVector3F
Up vector in world space.
Return Value
Type:
Matrix3FThe instance of
Matrix3F that transforms world space to camera space.
See Also