Click or drag to resize

Vector3ScaleVectors Method

scale the vectors in a list by a given factor and return the new list

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Vector3> ScaleVectors(
	List<Vector3> vecs,
	double factor
)

Parameters

vecs
Type: System.Collections.GenericListVector3

[Missing <param name="vecs"/> documentation for "M:Karamba.Geometry.Vector3.ScaleVectors(System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Double)"]

factor
Type: SystemDouble

[Missing <param name="factor"/> documentation for "M:Karamba.Geometry.Vector3.ScaleVectors(System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Double)"]

Return Value

Type: ListVector3

[Missing <returns> documentation for "M:Karamba.Geometry.Vector3.ScaleVectors(System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Double)"]

See Also