menu
raylib_dartified package
documentation
core/raylib.dart
Vector3D
max method
max method
dark_mode
light_mode
max
method
Vector3D
max
(
Vector3D
o
)
Implementation
Vector3D max(Vector3D o) => .vec3( math.max(x, o.x), math.max(y, o.y), math.max(z, o.z), );
raylib_dartified package
documentation
core/raylib
Vector3D
max method
Vector3D class