ObjVertex constructor

init

Initializes a new instance of the ObjVertex class.

def __init__(self, x, y, z):
    ...
ParameterTypeDescription
xfloatThe x coordinate.
yfloatThe y coordinate.
zfloatThe z coordinate.

See Also