interface IRangedCoordinates3d {
    x: RangeValue;
    y: RangeValue;
    z: RangeValue;
}

Hierarchy

Properties

x y z

Properties