TuttleOFX  1
OfxRectD Struct Reference

Defines two dimensional double region. More...

#include <ofxCore.h>

Data Fields

double x1
double y1
double x2
double y2

Detailed Description

Defines two dimensional double region.

Regions are x1 <= x < x2

Infinite regions are flagged by setting

  • x1 = kOfxFlagInfiniteMin
  • y1 = kOfxFlagInfiniteMin
  • x2 = kOfxFlagInfiniteMax
  • y2 = kOfxFlagInfiniteMax

Definition at line 350 of file ofxCore.h.


The documentation for this struct was generated from the following file: