Panda3D
Loading...
Searching...
No Matches
Functions
coordinateSystem.cxx File Reference

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

#include "coordinateSystem.h"
#include "config_linmath.h"
#include "configVariableEnum.h"
#include "string_utils.h"
#include "dconfig.h"
#include "pnotify.h"
#include <ctype.h>

Go to the source code of this file.

Functions

string format_coordinate_system (CoordinateSystem cs)
 
CoordinateSystem get_default_coordinate_system ()
 
bool is_right_handed (CoordinateSystem cs)
 
ostream & operator<< (ostream &out, CoordinateSystem cs)
 
istream & operator>> (istream &in, CoordinateSystem &cs)
 
CoordinateSystem parse_coordinate_system_string (const string &str)
 

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-24

Definition in file coordinateSystem.cxx.

Function Documentation

◆ format_coordinate_system()

string format_coordinate_system ( CoordinateSystem cs)

Definition at line 73 of file coordinateSystem.cxx.

◆ get_default_coordinate_system()

CoordinateSystem get_default_coordinate_system ( )

Definition at line 37 of file coordinateSystem.cxx.

◆ is_right_handed()

bool is_right_handed ( CoordinateSystem cs)

Definition at line 80 of file coordinateSystem.cxx.

◆ operator<<()

ostream & operator<< ( ostream & out,
CoordinateSystem cs )

Definition at line 101 of file coordinateSystem.cxx.

◆ operator>>()

istream & operator>> ( istream & in,
CoordinateSystem & cs )

Definition at line 130 of file coordinateSystem.cxx.

◆ parse_coordinate_system_string()

CoordinateSystem parse_coordinate_system_string ( const string & str)

Definition at line 44 of file coordinateSystem.cxx.