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

fdca0004 f1b3 cb35 4d39 0fd6b233982c

haplokuon edited this page May 6, 2023 · 1 revision

Transform(Vector3, CoordinateSystem, CoordinateSystem) Method

netDxf 3.0.0 Library

Transforms a point between coordinate systems.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector3 Transform(
	Vector3 point,
	CoordinateSystem from,
	CoordinateSystem to
)

VB

Public Function Transform ( 
	point As Vector3,
	from As CoordinateSystem,
	to As CoordinateSystem
) As Vector3

C++

public:
Vector3 Transform(
	Vector3 point, 
	CoordinateSystem from, 
	CoordinateSystem to
)

F#

member Transform : 
        point : Vector3 * 
        from : CoordinateSystem * 
        to : CoordinateSystem -> Vector3 

Parameters

  Vector3
Point to transform.
  CoordinateSystem
Points coordinate system.
  CoordinateSystem
Coordinate system of the transformed points.

Return Value

Vector3
Transformed point list.

See Also

Reference

UCS Class
Transform Overload
netDxf.Tables Namespace

Clone this wiki locally