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

732be784 9d80 d60d 494a ee576f8e22b4

haplokuon edited this page May 6, 2023 · 1 revision

Transform(Vector3, Vector3, Double) Method

netDxf 3.0.0 Library

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

Definition

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

C#

public static Vector2 Transform(
	Vector3 point,
	Vector3 zAxis,
	out double elevation
)

VB

Public Shared Function Transform ( 
	point As Vector3,
	zAxis As Vector3,
	<OutAttribute> ByRef elevation As Double
) As Vector2

C++

public:
static Vector2 Transform(
	Vector3 point, 
	Vector3 zAxis, 
	[OutAttribute] double% elevation
)

F#

static member Transform : 
        point : Vector3 * 
        zAxis : Vector3 * 
        elevation : float byref -> Vector2 

Parameters

  Vector3
Point to transform.
  Vector3
Object normal vector.
  Double
Z axis value of the transformed point.

Return Value

Vector2
Transformed point.

See Also

Reference

MathHelper Class
Transform Overload
netDxf Namespace

Clone this wiki locally