Namespace Eco.Shared.Math.Wrapping
Classes
WrappedSpace
WrappedSpace is a struct which holds information about wrapped space size and provides tools for wrapped space calculations.
WrappedSpaces
Holder for wrapped spaces (world, chunk and plot).
WrappedWorldPositionExtensions
Extension methods for wrapped world positions.
Interfaces
IWrappedPosition3<T>
Common interface for pre-wrapped positions for optimized calculations like WrappedWorldPosition3i or WrappedPosition3i.
IWrappedPosition3WithUnboundedY<T>
Interface for unbounded by Y wrapped positions (Y may go negative or over world size Y). May be useful for intermediate calculations or for movable object positions which not tight to world grid space.