Interface 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.
Namespace: Eco.Shared.Math.Geometry
Assembly: Eco.Shared.dll
Syntax
public interface IPosition3Factory<out TPosition, T> : IPosition3<T> where TPosition : IPosition3Factory<TPosition, T>
Type Parameters
Name | Description |
---|---|
TPosition | |
T |