menu
raylib_dartified package
documentation
core/raylib.dart
Vector3CLike
dotProduct method
dotProduct method
dark_mode
light_mode
dotProduct
method
double
dotProduct
(
Vector3C
o
)
Implementation
double dotProduct(Vector3C o) => x * o.x + y * o.y + z * o.z;
raylib_dartified package
documentation
core/raylib
Vector3CLike
dotProduct method
Vector3CLike extension on
Vector3C