Click or drag to resize

QuaternionLookAt Method (Vector3, Vector3, Quaternion)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void LookAt(
	ref Vector3 direction,
	ref Vector3 up,
	out Quaternion result
)

Parameters

direction
Type: NeoAxisVector3
up
Type: NeoAxisVector3
result
Type: NeoAxisQuaternion
See Also