Vector.cross(v1, v2)

Static function. Calculates the cross product of two vectors. Is meant to be called “static” i.e. Vector.cross(v1, v2);

Type: function

Parameter(s):

  • v1 {Vector}:

    The first vector.

  • v2 {Vector}:

    The second vector.

Returns:

  • {Number}:

    The cross product.

: ‘The z component.’, optional: true, type: [Number]} kind: function todo: null examples: []