Click or drag to resize

Matrix33Rotation Method (Vector3, Single, Matrix33)

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

Parameters

axis
Type: Clio.UtilitiesVector3
angle
Type: SystemSingle
result
Type: Clio.UtilitiesMatrix33
See Also