Click or drag to resize

QuaternionExtensionsRotationFromZ Method

Create a rotation from a Z angle in radians.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Quaternion RotationFromZ(
	float radians
)
Request Example View Source

Parameters

radians
Type: SystemSingle

Return Value

Type: Quaternion
See Also