Click or drag to resize

Matrix33Rotation Method (Vector3, Single)

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Matrix33 Rotation(
	Vector3 axis,
	float angle
)

Parameters

axis
Type: Clio.UtilitiesVector3
angle
Type: SystemSingle

Return Value

Type: Matrix33
See Also