FSCRT_QUADPOINTSF Struct Reference

Structure for quad points, in float. More...

#include <fs_base_r.h>

Public Attributes

FS_FLOAT x1
 X coordinate for the first point.
 
FS_FLOAT y1
 Y coordinate for the first point.
 
FS_FLOAT x2
 X coordinate for the second point.
 
FS_FLOAT y2
 Y coordinate for the second point.
 
FS_FLOAT x3
 X coordinate for the third point.
 
FS_FLOAT y3
 Y coordinate for the third point.
 
FS_FLOAT x4
 X coordinate for the fourth point.
 
FS_FLOAT y4
 Y coordinate for the fourth point.
 

Detailed Description

Structure for quad points, in float.

Note
Helper structure to access quad points data.

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

Foxit Corporation