Eyeshot 10 WPF API Reference
Rotation Constructor(Vector3D,Vector3D)

WPF Assembly > devDept.Eyeshot.Fem Namespace > Rotation Class > Rotation Constructor : Rotation Constructor(Vector3D,Vector3D)
The 3D vector defining the X-axis
The 3D vector defining the Y-axis
3D vectors constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal xAxis As Vector3D, _
   ByVal yAxis As Vector3D _
)
public Rotation( 
   Vector3D xAxis,
   Vector3D yAxis
)

Parameters

xAxis
The 3D vector defining the X-axis
yAxis
The 3D vector defining the Y-axis
See Also

Reference

Rotation Class
Rotation Members
Overload List