Interface IPosition3<T>
Base interface for all positions for generic math.
Namespace: Eco.Shared.Math.Geometry
Assembly: Eco.Shared.dll
Syntax
public interface IPosition3<out T>
Type Parameters
Name | Description |
---|---|
T |
Properties
X
Declaration
T X { get; }
Property Value
Type | Description |
---|---|
T |
Y
Declaration
T Y { get; }
Property Value
Type | Description |
---|---|
T |
Z
Declaration
T Z { get; }
Property Value
Type | Description |
---|---|
T |