Vector3d

class py3dm.Vector3d
class Vector3d(vector: Vector3d)
class Vector3d(x: float, y: float, z: float)

Python bindings for openNURBS ON_3dVector class.

x: float
y: float
z: float
__add__(value: Vector3d) Vector3d
__eq__(value: object) bool
__mul__(value: float) Vector3d
__ne__(value: object) bool
__sub__(value: Vector3d) Vector3d
__truediv__(value: float) Vector3d
static cross_product(vector_a: Vector3d, vector_b: Vector3d) Vector3d
static dot_product(vector_a: Vector3d, vector_b: Vector3d) float