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

232285e2 6fc4 13e6 6a9e c94a6cf6da9b

haplokuon edited this page May 6, 2023 · 1 revision

Transform(Vector3, Vector3, CoordinateSystem, CoordinateSystem) Method

netDxf 3.0.0 Library

Transforms a point between coordinate systems.

Definition

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

C#

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

VB

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

C++

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

F#

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

Parameters

  Vector3
Point to transform.
  Vector3
Object normal vector.
  CoordinateSystem
Point coordinate system.
  CoordinateSystem
Coordinate system of the transformed point.

Return Value

Vector3
Transformed point.

See Also

Reference

MathHelper Class
Transform Overload
netDxf Namespace

Clone this wiki locally