Click or drag to resize

VectorD2DCreateScaled 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 VectorD2D CreateScaled(
	VectorD2D pt,
	double scale
)

Parameters

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

Return Value

VectorD2D
The scaled vector.
See Also