Click or drag to resize

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
)

Parameters

array
Type: SystemDouble
Array of three elements that represents the vector.
See Also