Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
hdicorePoint.h File Reference

Header file for describing 2D points. More...

#include <memory>
#include <vector>
#include "hdicoreAngle.h"
Include dependency graph for hdicorePoint.h:
This graph shows which files directly or indirectly include this file:

Classes

class  hdi::core::Point
 Describes a point in the 2-dimensional (x,y) coordinate system, typically in an Illustrator document view or a UI window. More...
 

Typedefs

typedef std::unique_ptr< Point > hdi::core::PointUP
 
typedef std::shared_ptr< Point > hdi::core::PointSP
 
typedef std::weak_ptr< Point > hdi::core::PointWP
 

Functions

aip::Point * hdi::core::__accessImpl (const Point &)
 
Point hdi::core::__accessCtor (const aip::Point &)
 

Detailed Description

Header file for describing 2D points.