Skip to content

(transform 'reflection)

Description

Transform a mesh by reflection.

Syntax

(transform 'reflection mesh normal invariant-point)

Parameters

mesh The mesh to be transformed by reflection. normal The vector normal to the reflection plane. invariant-point Any point in the reflection plane.

Example

(transform 'reflection my-mesh (vector 0 0 1) (vector 0 0 0))

See also

duplicate 'reflection