Transformation(Point3D, Vector3D, Vector3D, Vector3D) Constructor

As frame constructor.
Public Sub New( _ 
ByVal P As Point3D, _ 
ByVal X As Vector3D, _ 
ByVal Y As Vector3D, _ 
ByVal Z As Vector3D
)
This language is not supported or no code example is available.
public Transformation( 
Point3D P
Vector3D X
Vector3D Y
Vector3D Z 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

3D point

X
Vector3D

X axis vector (unit length)

Y
Vector3D

Y axis vector (unit length)

Z
Vector3D

Z axis vector (unit length)

.NET Framework

Supported in: 4.8

In this article

Definition