Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

057ab6f9 6bae 1f56 eeed b7fc8ac42e6a

haplokuon edited this page May 6, 2023 · 1 revision

Transform Method

netDxf 3.0.0 Library

Overload List

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.

See Also

Reference

MathHelper Class
netDxf Namespace

Clone this wiki locally