hou.Vector3 class

All Methods Replaces

Methods

angleTo(self, vector3) → float

Not implemented yet

angularVelocityTo(self, vector3, time_interval)

Not implemented yet

clampLengthAsNew(self, min_length, max_length) → Vector3

Not implemented yet

cross(self, vector3) → Vector3

Not documented yet

distanceTo(self, vector3) → float

Not documented yet

dot(self, vector3) → float

Not documented yet

isAlmostEqual(self, vector3, tolerance=0.00001)bool

Return whether this vector is equal to another, within a tolerance.

length(self) → float

Not documented yet

lengthSquared(self) → float

Not documented yet

matrixToRotateTo(self, vector3) → Matrix4

Not documented yet

minus(self, vector3) → Vector3

Not implemented yet

normalized(self) → Vector3

Not documented yet

plus(self, vector3) → Vector3

Not implemented yet

setTo(self, tuple)

Not documented yet

times(self, scalar) → Vector

Not implemented yet

Vector3(self)

Not implemented yet

__add__(self, vector3) → Vector3

Not documented yet

__getitem__(self, index) → float

Not documented yet

__len__(self) → int

Not documented yet

__mul__(self, scalar) -> Vector3 OR __mul__(self, matrix4) → Vector3

Not documented yet

__neg__(self) → Vector3

Not documented yet

__setitem__(self, index, value)

Not documented yet

__sub__(self, vector3) → Vector3

Not documented yet

Replaces

vangle expression function , angvel expression function , clamptosphere expression function , cross expression function , distance expression function , dot expression function , vlength expression function , length expression function , vlength2 expression function , dihedral expression function , normalize expression function , vset expression function , vscale expression function