Houdini 21.0 Nodes APEX nodes

transform::MirrorTransform

Mirrors a transformation matrix around a specified plane.

On this page
Since 21.0

Inputs

xform: Matrix4

The transformation matrix to mirror.

planeorigin: Vector3

The origin of the plane to mirror around.

planenormal: Vector3

The normal of the plane to mirror around.

flipx: Bool

If set to True, flips the x-axis when encountering negative scales. The default value is True.

flipy: Bool

If set to True, flips the y-axis when encountering negative scales. The default value is True.

flipz: Bool

If set to True, flips the z-axis when encountering negative scales. The default value is True.

Outputs

mirror: Matrix4

The mirrored transformation matrix.

APEX nodes