PXC_Quad Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 18: Line 18:
 
;pt
 
;pt
 
: Array of [[PXV:PXC_Point|PXC_Point]] ...
 
: Array of [[PXV:PXC_Point|PXC_Point]] ...
 +
 +
== See Also ==
 +
[[PXV:IMathHelper_Quad_HasIntersect|IMathHelper::Quad_HasIntersect]], [[PXV:IMathHelper_Quad_PtIn|IMathHelper::Quad_PtIn]], [[PXV:IMathHelper_Quad_Transform|IMathHelper::Quad_Transform]]

Revision as of 12:55, 9 June 2016


Specifies the ...

Syntax

struct PXC_Quad
{
    PXC_Point pt[4];
};

Members

pt
Array of PXC_Point ...

See Also

IMathHelper::Quad_HasIntersect, IMathHelper::Quad_PtIn, IMathHelper::Quad_Transform