open_toontown_panda3d/panda/src/linmath/lmat_ops.h

39 lines
968 B
C

// Filename: lmat_ops.h
// Created by: drose (08Mar00)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) 2001, Disney Enterprises, Inc. All rights reserved
//
// All use of this software is subject to the terms of the Panda 3d
// Software license. You should have received a copy of this license
// along with this source code; you will also find a current copy of
// the license at http://www.panda3d.org/license.txt .
//
// To contact the maintainers of this program write to
// panda3d@yahoogroups.com .
//
////////////////////////////////////////////////////////////////////
#ifndef LMAT_OPS_H
#define LMAT_OPS_H
#include "lvecBase3.h"
#include "lpoint3.h"
#include "lvector3.h"
#include "lvecBase4.h"
#include "lpoint4.h"
#include "lvector4.h"
#include "lmatrix3.h"
#include "lmatrix4.h"
#include "fltnames.h"
#include "lmat_ops_src.h"
#include "dblnames.h"
#include "lmat_ops_src.h"
#endif