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.3448.0 (4.8.3448.0)
Syntax
C#
public static VectorD3D CreateScaled(
	VectorD3D pt,
	double scale
)

Parameters

pt  VectorD3D

[Missing <param name="pt"/> documentation for "M:Altaxo.Geometry.VectorD3D.CreateScaled(Altaxo.Geometry.VectorD3D,System.Double)"]

scale  Double

[Missing <param name="scale"/> documentation for "M:Altaxo.Geometry.VectorD3D.CreateScaled(Altaxo.Geometry.VectorD3D,System.Double)"]

Return Value

VectorD3D

[Missing <returns> documentation for "M:Altaxo.Geometry.VectorD3D.CreateScaled(Altaxo.Geometry.VectorD3D,System.Double)"]

See Also