![]() |
Hot Door CORE 0.8.3
Adobe® Illustrator® Plug-in Library
|
Header file for describing angles. More...


Classes | |
| class | hdi::core::Angle |
| Describes an angle, and allows for easy conversion between various units. More... | |
Typedefs | |
| typedef std::unique_ptr< Angle > | hdi::core::AngleUP |
| typedef std::shared_ptr< Angle > | hdi::core::AngleSP |
| typedef std::weak_ptr< Angle > | hdi::core::AngleWP |
Functions | |
| geo::Angle * | hdi::core::__accessImpl (const Angle &) |
| Angle | hdi::core::__accessCtor (const geo::Angle &) |
| hdi::core::Angle | operator* (const double lhs_, const hdi::core::Angle &rhs_) |
| Allows a constant to be multipled by an Angle object. | |
Header file for describing angles.
| hdi::core::Angle operator* | ( | const double | lhs_, |
| const hdi::core::Angle & | rhs_ | ||
| ) |
Allows a constant to be multipled by an Angle object.
| lhs_ | Lefthand side of the * operator; the constant to multiply against the angle |
| rhs_ | Righthand side of the * operator; the angle to multiply against the constant |