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

5f82e67c b0c9 4bd6 d045 ac3c351131d3

haplokuon edited this page May 6, 2023 · 1 revision

Transform(Vector2, Vector3, Double) Method

netDxf 3.0.0 Library

Transform a 2d point from object coordinates to world coordinates.

Definition

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 

Parameters

  Vector2
Points to transform.
  Vector3
Object normal vector.
  Double
Object elevation.

Return Value

Vector3
Transformed point.

See Also

Reference

MathHelper Class
Transform Overload
netDxf Namespace

Clone this wiki locally