Click or drag to resize

Triangle3dTransformby Method

Transforms the triangle using transformation matrix.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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