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 411
5f82e67c b0c9 4bd6 d045 ac3c351131d3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Transform a 2d point from object coordinates to world coordinates.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector3 Transform(
Vector2 point,
Vector3 zAxis,
double elevation
)
VB
Public Shared Function Transform (
point As Vector2,
zAxis As Vector3,
elevation As Double
) As Vector3
C++
public:
static Vector3 Transform(
Vector2 point,
Vector3 zAxis,
double elevation
)
F#
static member Transform :
point : Vector2 *
zAxis : Vector3 *
elevation : float -> Vector3
Vector3
Transformed point.