|
Transform3PlaneToPlane Method
|
Change basis of transformation.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Transform3 PlaneToPlane(
Plane3 plane0,
Plane3 plane1
)
Public Shared Function PlaneToPlane (
plane0 As Plane3,
plane1 As Plane3
) As Transform3
public:
static Transform3 PlaneToPlane(
Plane3^ plane0,
Plane3^ plane1
)
static member PlaneToPlane :
plane0 : Plane3 *
plane1 : Plane3 -> Transform3
Parameters
- plane0
- Type: Karamba.GeometryPlane3
From plane. - plane1
- Type: Karamba.GeometryPlane3
To plane.
Return Value
Type:
Transform3Transformation with changed basis.
See Also