目次 - SDL 3.0 API(機能別) - 領域

領域

概要

長方形と2次元座標を扱う関数群. 整数と浮動小数点の両方に対応している.

関数

  1. SDL_GetRectAndLineIntersection
  2. SDL_GetRectAndLineIntersectionFloat
  3. SDL_GetRectEnclosingPoints
  4. SDL_GetRectEnclosingPointsFloat
  5. SDL_GetRectIntersection
  6. SDL_GetRectIntersectionFloat
  7. SDL_GetRectUnion
  8. SDL_GetRectUnionFloat
  9. SDL_HasRectIntersection
  10. SDL_HasRectIntersectionFloat
  11. SDL_PointInRect
  12. SDL_PointInRectFloat
  13. SDL_RectEmpty
  14. SDL_RectEmptyFloat
  15. SDL_RectsEqual
  16. SDL_RectsEqualEpsilon
  17. SDL_RectsEqualFloat
  18. SDL_RectToFRect

構造体

  1. SDL_FPoint
  2. SDL_FRect
  3. SDL_Point
  4. SDL_Rect

SDL Wikiへのリンク

SDL3/CategoryRect - SDL Wiki