Click or drag to resize

Vector3meanSquaredLength Method

return the mean squared length of vectors in a list

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

Parameters

vecs
Type: System.Collections.GenericListVector3

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

Return Value

Type: Double

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

See Also