Click or drag to resize

VectorScaled Constructor (Vector, Double)

Construct a new vector scaled by the given factor.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorScaled(
	Vector vectorToScale,
	double scaleFactor
)

Parameters

vectorToScale
Type: AGI.Foundation.GeometryVector
The vector to scale.
scaleFactor
Type: SystemDouble
The constant factor by which to scale the vector.
Remarks
This creates a ScalarFixed to represent a constant scale factor.
See Also