Interface IPoint3D
- Namespace
- Moongate.UO.Data.Interfaces.Geometry
- Assembly
- Moongate.UO.Data.dll
Represents a three-dimensional point.
public interface IPoint3D : IPoint2D
- Inherited Members
Properties
Z
Gets the Z coordinate.
int Z { get; }
Represents a three-dimensional point.
public interface IPoint3D : IPoint2D
Gets the Z coordinate.
int Z { get; }