Vector3f

class rhino3dm.Vector3f
Vector3f(x, y, z)

Constructs a new vector from 3 single precision numbers.

Parameters:
  • x (float) – X component of vector.

  • y (float) – Y component of vector.

  • z (float) – Z component of vector.

X

float: Gets or sets the X (first) component of this vector.

Y

float: Gets or sets the Y (second) component of this vector.

Z

float: Gets or sets the Z (third) component of this vector.

Encode()

[todo] add documentation

__repr__()

[todo] add documentation