11#ifndef INCGUARD_MGL_INPUT_BOUNDS_H_1609478669 
   12#define INCGUARD_MGL_INPUT_BOUNDS_H_1609478669 
   32    [[nodiscard]] 
constexpr bool IsValid() const noexcept
 
   34        return ((_bounds.
width > 0.0f) && (_bounds.
height > 0.0f));
 
 
 
矩形
Definition mgl_rectangle.h:20
 
float width
幅
Definition mgl_rectangle.h:23
 
float height
高さ
Definition mgl_rectangle.h:24
 
2Dベクトル
Definition mgl_vector2.h:23