Click or drag to resize

Transform3PlaneToPlane Method

Change basis of transformation.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Transform3 PlaneToPlane(
	Plane3 plane0,
	Plane3 plane1
)

Parameters

plane0
Type: Karamba.GeometryPlane3
From plane.
plane1
Type: Karamba.GeometryPlane3
To plane.

Return Value

Type: Transform3
Transformation with changed basis.
See Also