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
057ab6f9 6bae 1f56 eeed b7fc8ac42e6a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Transform(IEnumerable(Vector2), Vector3, Double) | Transform a 2d point list from object coordinates to world coordinates. |
Transform(IEnumerable(Vector3), Vector3, Double) | Transform a 3d point list from world coordinates to object coordinates. |
Transform(Vector2, Vector3, Double) | Transform a 2d point from object coordinates to world coordinates. |
Transform(Vector3, Vector3, Double) | Transform a 3d point from world coordinates to object coordinates. |
Transform(IEnumerable(Vector2), Double, CoordinateSystem, CoordinateSystem) | Transforms a point list between coordinate systems. |
Transform(IEnumerable(Vector3), Vector3, CoordinateSystem, CoordinateSystem) | Transforms a point list between coordinate systems. |
Transform(Vector2, Double, CoordinateSystem, CoordinateSystem) | Transforms a point between coordinate systems. |
Transform(Vector3, Vector3, CoordinateSystem, CoordinateSystem) | Transforms a point between coordinate systems. |