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