Aardvark.Base


VectorIEnumerableExtensions

Static members

Static memberDescription
ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V2i> -> V2d

Calculates the Centroid for a given set of V2is

ComputeCentroid(vectors, weights)
Signature: (vectors:V2i [] * weights:float []) -> V2d

Calculates a weighted Centroid for a given array of V2is

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V3i> -> V3d

Calculates the Centroid for a given set of V3is

ComputeCentroid(vectors, weights)
Signature: (vectors:V3i [] * weights:float []) -> V3d

Calculates a weighted Centroid for a given array of V3is

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V4i> -> V4d

Calculates the Centroid for a given set of V4is

ComputeCentroid(vectors, weights)
Signature: (vectors:V4i [] * weights:float []) -> V4d

Calculates a weighted Centroid for a given array of V4is

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V2l> -> V2d

Calculates the Centroid for a given set of V2ls

ComputeCentroid(vectors, weights)
Signature: (vectors:V2l [] * weights:float []) -> V2d

Calculates a weighted Centroid for a given array of V2ls

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V3l> -> V3d

Calculates the Centroid for a given set of V3ls

ComputeCentroid(vectors, weights)
Signature: (vectors:V3l [] * weights:float []) -> V3d

Calculates a weighted Centroid for a given array of V3ls

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V4l> -> V4d

Calculates the Centroid for a given set of V4ls

ComputeCentroid(vectors, weights)
Signature: (vectors:V4l [] * weights:float []) -> V4d

Calculates a weighted Centroid for a given array of V4ls

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V2f> -> V2f

Calculates the Centroid for a given set of V2fs

ComputeCentroid(vectors, weights)
Signature: (vectors:V2f [] * weights:float32 []) -> V2f

Calculates a weighted Centroid for a given array of V2fs

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V3f> -> V3f

Calculates the Centroid for a given set of V3fs

ComputeCentroid(vectors, weights)
Signature: (vectors:V3f [] * weights:float32 []) -> V3f

Calculates a weighted Centroid for a given array of V3fs

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V4f> -> V4f

Calculates the Centroid for a given set of V4fs

ComputeCentroid(vectors, weights)
Signature: (vectors:V4f [] * weights:float32 []) -> V4f

Calculates a weighted Centroid for a given array of V4fs

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V2d> -> V2d

Calculates the Centroid for a given set of V2ds

ComputeCentroid(vectors, weights)
Signature: (vectors:V2d [] * weights:float []) -> V2d

Calculates a weighted Centroid for a given array of V2ds

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V3d> -> V3d

Calculates the Centroid for a given set of V3ds

ComputeCentroid(vectors, weights)
Signature: (vectors:V3d [] * weights:float []) -> V3d

Calculates a weighted Centroid for a given array of V3ds

ComputeCentroid(vectors)
Signature: vectors:IEnumerable<V4d> -> V4d

Calculates the Centroid for a given set of V4ds

ComputeCentroid(vectors, weights)
Signature: (vectors:V4d [] * weights:float []) -> V4d

Calculates a weighted Centroid for a given array of V4ds

Fork me on GitHub