spockbot.vector module¶
-
class
spockbot.vector.CartesianVector(*values)¶ Bases:
spockbot.vector.BaseVector-
ceil()¶
-
dist(other=None)¶
-
dist_cubic(other=None)¶ Manhattan distance
-
dist_sq(other=None)¶ For fast length comparison
-
dot_product(other)¶
-
floor()¶
-
iadd(other)¶
-
iceil()¶
-
idiv(other)¶
-
ifloor()¶
-
imul(other)¶
-
isub(other)¶
-
itruediv(other)¶
-
norm()¶
-
trunc()¶
-
zero()¶
-