Click or drag to resize

MathUtilsMulT Method (Mat22, Mat22, Mat22)

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void MulT(
	ref Mat22 A,
	ref Mat22 B,
	out Mat22 C
)

Parameters

A
Type: Internal.tainicom.Aether.Physics2D.CommonMat22
B
Type: Internal.tainicom.Aether.Physics2D.CommonMat22
C
Type: Internal.tainicom.Aether.Physics2D.CommonMat22
See Also