Table of Contents

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; }

Property Value

int