This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
ff0e7b3c 0c00 5d3c d15e 0d887a4fd335
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Moves, scales, and/or rotates the current attribute definition given a 3x3 transformation matrix and a translation vector.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void TransformBy(
Matrix3 transformation,
Vector3 translation
)
VB
Public Sub TransformBy (
transformation As Matrix3,
translation As Vector3
)
C++
public:
void TransformBy(
Matrix3 transformation,
Vector3 translation
)
F#
member TransformBy :
transformation : Matrix3 *
translation : Vector3 -> unit
Matrix3 adopts the convention of using column vectors to represent a transformation matrix.
AttributeDefinition Class
TransformBy Overload
netDxf.Entities Namespace