Click or drag to resize
GeVector Constructor (GeVector, Double)
Initializes a new instance based on the specified vector and specified magnitude.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector(
	GeVector other,
	double magnitude
)

Parameters

other
Type: FDF.Common.GeometriesGeVector
Other vector.
magnitude
Type: SystemDouble
Newly initialized vector magnitude.
Remarks