Click or drag to resize

TransformDivide Method (Transform, Complex, Transform)

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 Divide(
	ref Transform left,
	Complex right,
	out Transform result
)

Parameters

left
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
right
Type: Internal.tainicom.Aether.Physics2D.CommonComplex
result
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
See Also