Vector3 Constructor (Double)
|
Initializes a new instance of Vector3.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3(
double[] array
)
Public Sub New (
array As Double()
)
public:
Vector3(
array<double>^ array
)
new :
array : float[] -> Vector3
CONSTRUCTOR(
array AS REAL8[]
)
Parameters
- array
- Type: SystemDouble
Array of three elements that represents the vector.
See Also