Panda3D
Loading...
Searching...
No Matches
Functions
deg_2_rad.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "mathNumbers.h"
#include "deg_2_rad.I"

Go to the source code of this file.

Functions

BEGIN_PUBLISH double deg_2_rad (double f)
 
float deg_2_rad (float f)
 
double rad_2_deg (double f)
 
float rad_2_deg (float f)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
1999-09-29

Definition in file deg_2_rad.h.

Function Documentation

◆ deg_2_rad() [1/2]

BEGIN_PUBLISH double deg_2_rad ( double f)
inline

Definition at line 14 of file deg_2_rad.I.

◆ deg_2_rad() [2/2]

float deg_2_rad ( float f)
inline

Definition at line 22 of file deg_2_rad.I.

◆ rad_2_deg() [1/2]

double rad_2_deg ( double f)
inline

Definition at line 18 of file deg_2_rad.I.

◆ rad_2_deg() [2/2]

float rad_2_deg ( float f)
inline

Definition at line 26 of file deg_2_rad.I.