3ds Max C++ API Reference
Pi Constants

Variables

const double pi = 3.141592653589793
 The constant PI defined as a double. More...
 
const double piOver180 = 3.141592653589793 / 180.0
 The constant value of PI divided by 180.0 defined as a double. More...
 

Detailed Description

Variable Documentation

◆ pi

const double pi = 3.141592653589793

The constant PI defined as a double.

◆ piOver180

const double piOver180 = 3.141592653589793 / 180.0

The constant value of PI divided by 180.0 defined as a double.

Useful for converting from degrees to radians.