GSTPy.RawPoint3

class GSTPy.RawPoint3

3d point.

__init__((object)self, (float)x, (float)y, (float)z) → None
property x

The x coordinate.

Type

float

property y

The y coordinate.

Type

float

property z

The z coordinate.

Type

float