libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Attributes | List of all members
crn::Radian Struct Reference

Radian angle unit. More...

#include <CRNTrigonometry.h>

+ Collaboration diagram for crn::Radian:

Public Types

using type = double
 

Static Public Attributes

static constexpr type MAXVAL = 2.0 * M_PI
 
static constexpr TypeInfo
< type >::SumType 
VAL2PI = 2.0 * M_PI
 

Detailed Description

Radian angle unit.

Definition at line 36 of file CRNTrigonometry.h.

Member Typedef Documentation

using crn::Radian::type = double

Definition at line 38 of file CRNTrigonometry.h.

Member Data Documentation

constexpr type crn::Radian::MAXVAL = 2.0 * M_PI
static

Definition at line 39 of file CRNTrigonometry.h.

constexpr TypeInfo<type>::SumType crn::Radian::VAL2PI = 2.0 * M_PI
static

Definition at line 40 of file CRNTrigonometry.h.


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