Click or drag to resize

Mat22Add Method

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 Add(
	ref Mat22 A,
	ref Mat22 B,
	out Mat22 R
)

Parameters

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