Click or drag to resize

Matrix4x3Transform(PlaneD3D) Method

Transforms the specified plane p.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PlaneD3D Transform(
	PlaneD3D p
)

Parameters

p  PlaneD3D
The plane to transform.

Return Value

PlaneD3D
Plane transformed by this matrix.
See Also