Click or drag to resize

Transform3Mirror Method (Plane3)

Constructs a new Mirror transformation.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Transform3 Mirror(
	Plane3 mirrorPlane
)

Parameters

mirrorPlane
Type: Karamba.GeometryPlane3
Plane that defines the mirror orientation and position.

Return Value

Type: Transform3
A transformation matrix which mirrors geometry in a specified plane.
See Also