Eyeshot 10 WPF API Reference
Vector3D Constructor(Double[])

WPF Assembly > devDept.Geometry Namespace > Vector3D Class > Vector3D Constructor : Vector3D Constructor(Double[])
The array of doubles
Double array constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal v() As Double _
)
public Vector3D( 
   double[] v
)

Parameters

v
The array of doubles
See Also

Reference

Vector3D Class
Vector3D Members
Overload List