Skip to contents

Vector2 Cross Product

Usage

vector2_cross_product(v1, v2)

Arguments

v1

A numeric vector of length 2.

v2

A numeric vector of length 2.

Value

A number

Examples

vector2_cross_product(c(100, 100), c(100, 100))
#> [1] 0