Click or drag to resize

Triangle2dTransformBy Method

Transforms the triangle using transformation matrix.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Triangle2d TransformBy(
	Matrix2d mat
)

Parameters

mat
Type: Matrix2d
2D transformation matrix.

Return Value

Type: Triangle2d
The new instance of Triangle2d.
See Also