Appearance
aninest root / Vec2 / cross
function cross(v1, v2): number
Calculates the cross product of two vectors.
• v1: Vec2
Vec2
• v2: Vec2
number
A scalar.
Utils/vec2.ts:156