Vector module

class Vector.Vector(x: float, y: float, z: float)

Bases: object

A vector 3.

clamp(max: int)
clone()
cross(other)
dot(other)
length()
lengthSquared()
minus(other)
plus(other)
reflectAbout(other)
simpleMultiply(other)
toNormalized()
toScaled(scale: float)