menu
raylib_dartified package
documentation
core/raylib.dart
Vector3CEx
crossProduct method
crossProduct method
dark_mode
light_mode
crossProduct
method
Vector3C
crossProduct
(
Vector3C
o
)
Implementation
Vector3C crossProduct(Vector3C o) => set( y*o.z - z*o.y, z*o.x - x*o.z, x*o.y - y*o.x );
raylib_dartified package
documentation
core/raylib
Vector3CEx
crossProduct method
Vector3CEx extension on
Vector3C