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 407
361afddc e4d9 3d42 16f1 ce760d2b64c2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Moves, scales, and/or rotates the current entity given a 4x4 transformation matrix.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void TransformBy(
Matrix4 transformation
)
VB
Public Sub TransformBy (
transformation As Matrix4
)
C++
public:
void TransformBy(
Matrix4 transformation
)
F#
member TransformBy :
transformation : Matrix4 -> unit
- Matrix4
- Transformation matrix.
Matrix4 adopts the convention of using column vectors to represent a transformation matrix.
AttributeDefinition Class
TransformBy Overload
netDxf.Entities Namespace