Click or drag to resize
GeVector Constructor (Double, Double, Double, Double, Double, Double)
Initializes a new instance of the 3D vector.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector(
	double x1,
	double y1,
	double z1,
	double x2,
	double y2,
	double z2
)

Parameters

x1
Type: SystemDouble
Tip coordinate X value.
y1
Type: SystemDouble
Tip coordinate Y value.
z1
Type: SystemDouble
Tip coordinate Z value.
x2
Type: SystemDouble
Tail coordinate X value.
y2
Type: SystemDouble
Tail coordinate Y value.
z2
Type: SystemDouble
Tail coordinate Z value.
Remarks