Click or drag to resize

Matrix3x3Transform(PointD3D) Method

Transforms the specified point p. Here, the point transform is carried out in the same way as the vector transform. The transformation is carried out as a prepend transformation, i.e. result = p * matrix (p considered as horizontal vector).

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

Parameters

p  PointD3D
The point to transform.

Return Value

PointD3D
The transformed point.
See Also