Skip to content

Documentation / @ripl/3d / vec3Cross

Function: vec3Cross() ​

vec3Cross(a, b): Vector3

Defined in: 3d/src/math/vector.ts:29

Computes the cross product of two vectors.

Parameters ​

ParameterType
aVector3
bVector3

Returns ​

Vector3