hou.Vector4 class
Methods
cross(self, vector4)→ Vector3distanceTo(self, vector4)→ floatdot(self, vector4)→ floatisAlmostEqual(self, vector4, tolerance=0.00001)→bool-
Returns whether this vector is equal to another, within a tolerance.
length(self)→ floatlengthSquared(self)→ floatminus(self, vector4)→ Vector4normalized(self)→ Vector4plus(self, vector4)→ Vector4setTo(self, tuple)times(self, scalar)→ VectorVector4(self)__add__(self, vector4)→ Vector4__getitem__(self, index)→ float__len__(self)→ int__mul__(self, scalar) -> Vector4 OR __mul__(self, matrix4)→ Vector4__setitem__(self, index, value)__sub__(self, vector4)→ Vector4