Click or drag to resize

SplineVertex Constructor (Double, Double, Double, Double)

Initializes a new instance of the SplineVertex class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public SplineVertex(
	double x,
	double y,
	double z,
	double w
)

Parameters

x
Type: SystemDouble
Control point x coordinate.
y
Type: SystemDouble
Control point y coordinate.
z
Type: SystemDouble
Control point z coordinate.
w
Type: SystemDouble
Control point weight (default 1.0).
See Also