Panda3D
Functions | Variables
config_linmath.cxx File Reference

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

#include "config_linmath.h"
#include "luse.h"
#include "coordinateSystem.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_linmath)
 
 ConfigureFn (config_linmath)
 
void init_liblinmath ()
 Initializes the library. More...
 
 NotifyCategoryDef (linmath, "")
 

Variables

ConfigVariableBool no_singular_invert ("no-singular-invert", false, PRC_DESC("Set this true to make singular-invert warning messages generate an " "assertion failure instead of just a warning (which can then be " "trapped with assert-abort)."))
 
ConfigVariableBool paranoid_hpr_quat ("paranoid-hpr-quat", false, PRC_DESC("Set this true to doublecheck the quaternion-hpr compose and " "decompose operations against the quaternion-matrix and matrix-hpr " "operations. This only has effect if NDEBUG is not defined."))
 

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
2000-02-23

Definition in file config_linmath.cxx.

Function Documentation

◆ init_liblinmath()

void init_liblinmath ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 50 of file config_linmath.cxx.