Click or drag to resize

VectorD4DCreateScaled Method

Creates a scaled version of the given vector.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static VectorD4D CreateScaled(
	VectorD4D pt,
	double scale
)

Parameters

pt  VectorD4D
The vector to scale.
scale  Double
The scaling factor.

Return Value

VectorD4D
The scaled vector.
See Also