Click or drag to resize

VectorD3DCreateScaled 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 VectorD3D CreateScaled(
	VectorD3D pt,
	double scale
)

Parameters

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

Return Value

VectorD3D
The scaled vector.
See Also