__add__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__eq__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__ge__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__gt__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__iadd__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__imul__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__init__(self, Optional[float] x=None, Optional[float] y=None, Optional[float] z=None, Optional[numpy.ndarray] data=None, Optional[int] round_digits=None) | UM.Math.Vector.Vector | |
__isub__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__itruediv__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__le__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__lt__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__mul__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__neg__(self) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__repr__(self) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__rmul__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__rtruediv__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__str__(self) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__sub__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
__truediv__(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
_data (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | protected |
_normalizeVector(self, numpy.ndarray data) | UM.Math.Vector.Vector | protected |
angleToVector(self, "Vector" vector) | UM.Math.Vector.Vector | |
cross(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
dot(self, other) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
equals(self, "Vector" other, float epsilon=1e-6) | UM.Math.Vector.Vector | |
getData(self) | UM.Math.Vector.Vector | |
length(self) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
multiply(self, "Matrix" matrix) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
normalized(self) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
Null (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | static |
preMultiply(self, "Matrix" matrix) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
round_digits (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
scale(self, "Vector" other) | UM.Math.Vector.Vector | |
set(self, Optional[float] x=None, Optional[float] y=None, Optional[float] z=None) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
setRoundDigits(self, int digits) (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
Unit_X (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | static |
Unit_Y (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | static |
Unit_Z (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | static |
x (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
x(self) | UM.Math.Vector.Vector | |
y (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
y(self) | UM.Math.Vector.Vector | |
z (defined in UM.Math.Vector.Vector) | UM.Math.Vector.Vector | |
z(self) | UM.Math.Vector.Vector | |