Matrix4x3Transform(PlaneD3D) Method |
Transforms the specified plane p.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PlaneD3D Transform(
PlaneD3D p
)
Parameters
- p PlaneD3D
- The plane to transform.
Return Value
PlaneD3DPlane transformed by this matrix.
See Also