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

Header file for describing angles. More...

#include "hdicoreConstants.h"
#include "hdicoreTypes.h"
Include dependency graph for hdicoreAngle.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Header file for describing angles.

Function Documentation

◆ operator*()

hdi::core::Angle operator* ( const double  lhs_,
const hdi::core::Angle rhs_ 
)

Allows a constant to be multipled by an Angle object.

Author
GW
Date
10/2013
Parameters
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
Returns
A copy of rhs_, but with its value multiplied by the constant