Namespace Eco.Shared.Math.Geometry
Classes
PositionExtensions
Position extension methods collection.
Interfaces
IPosition3<T>
Base interface for all positions for generic math.
IPosition3Factory<TPosition, T>
Adds API for new position creation for extension methods. Not intended for public API usage, but need to be public for extension methods. These methods helps to implement generic math without overhead for extra world bounds checks for wrapped positions.