Click or drag to resize

Triangle3dTransformby 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 Triangle3d Transformby(
	Matrix3d mat
)

Parameters

mat
Type: Matrix3d
3D transformation matrix.

Return Value

Type: Triangle3d
The new instance of Triangle3d.
See Also