Transform Point (vuo.point.transform)

Applies a transformation to a point.

When rotating and scaling, the point is treated as a vector from the origin. For example, rotating the point (1,0,0) by 90 degrees around the Z axis results in (0,1,0), then scaling it by (2,2,2) results in (0,2,0).

Keywords: apply, flip, invert, mirror, move, pitch, roll, rotate, scale, size, spin, transformation, translate, vector, yaw


Back to vuo.point node set documentation.