Click or drag to resize

VerticesProjectToAxis Method

Projects to axis.

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 void ProjectToAxis(
	ref Vector2 axis,
	out float min,
	out float max
)

Parameters

axis
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The axis.
min
Type: SystemSingle
The min.
max
Type: SystemSingle
The max.
See Also