Click or drag to resize

Matrix33Multiply Method

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Multiply(
	ref Matrix33 mleft,
	ref Matrix33 mright,
	out Matrix33 result
)

Parameters

mleft
Type: Clio.UtilitiesMatrix33
mright
Type: Clio.UtilitiesMatrix33
result
Type: Clio.UtilitiesMatrix33
See Also