Click or drag to resize

VerticesProjectToAxis Method

Projects to axis.

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ProjectToAxis(
	ref Vector2 axis,
	out float min,
	out float max
)

Parameters

axis  Vector2
The axis.
min  Single
The min.
max  Single
The max.
See Also