vcsl_radian.cxx
Go to the documentation of this file.
1 // This is core/vcsl/vcsl_radian.cxx
2 #include "vcsl_radian.h"
3 
4 //---------------------------------------------------------------------------
5 // Return the reference to the unique vcsl_radian object
6 //---------------------------------------------------------------------------
8 {
9  static vcsl_radian_sptr instance_=new vcsl_radian;
10  return instance_;
11 }
Standard unit associated to the angle dimension.
static vcsl_radian_sptr instance()
Return the reference to the unique vcsl_radian object.
Definition: vcsl_radian.cxx:7
vcsl_radian()=default