VerticesProjectToAxis Method |
Projects to axis.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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