Aardvark.Base


M22Extensions

Static members

Static memberDescription
OuterProduct(v1, v2)
Signature: (v1:V2f * v2:V2f) -> M22f

Returns the outer product (tensor-product) of v1 * v2^T as a 3x3 Matrix.

OuterProduct(v1, v2)
Signature: (v1:V2d * v2:V2d) -> M22d

Returns the outer product (tensor-product) of v1 * v2^T as a 3x3 Matrix.

Fork me on GitHub