Click or drag to resize

VectorScaled Constructor (Vector, Scalar)

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,
	Scalar scaleFactor
)

Parameters

vectorToScale
Type: AGI.Foundation.GeometryVector
The vector to scale.
scaleFactor
Type: AGI.Foundation.GeometryScalar
The factor by which to scale the vector.
See Also