Click or drag to resize

TransformDivide Method (Transform, 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 Transform Divide(
	ref Transform left,
	ref Transform right
)

Parameters

left
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
right
Type: Internal.tainicom.Aether.Physics2D.CommonTransform

Return Value

Type: Transform
See Also