Panda3D
Variables
compose_matrix.cxx File Reference

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

#include "deg_2_rad.h"
#include "config_linmath.h"
#include "compose_matrix.h"
#include "fltnames.h"
#include "compose_matrix_src.cxx"
#include "dblnames.h"

Go to the source code of this file.

Variables

const double matrix_component_defaults [num_matrix_components]
 
const char *const matrix_component_letters = "ijkabchprxyz"
 

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-01-27

Definition in file compose_matrix.cxx.

Variable Documentation

◆ matrix_component_defaults

const double matrix_component_defaults[num_matrix_components]
Initial value:
= {
1.0, 1.0, 1.0,
0.0, 0.0, 0.0,
0.0, 0.0, 0.0,
0.0, 0.0, 0.0
}

Definition at line 26 of file compose_matrix.cxx.