Click or drag to resize

Vector3ScaleVectors Method

Scales the vectors in a list by a given factor and returns the new list.

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

Parameters

vecs
Type: System.Collections.GenericListVector3
List of vectors to scale.
factor
Type: SystemDouble
Scaling factor.

Return Value

Type: ListVector3
List with scaled vectors.
See Also