Click or drag to resize

VectorMultiply Method (Scalar)

Multiply this vector by a scale 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 Vector Multiply(
	Scalar factor
)

Parameters

factor
Type: AGI.Foundation.GeometryScalar
The factor to multiply.

Return Value

Type: Vector
A new vector representing the product of this vector and the scale factor.
See Also