open_toontown_panda3d/panda/src/linmath/lpoint3.h

32 lines
725 B
C

// Filename: lpoint3.h
// Created by: drose (25Sep99)
//
////////////////////////////////////////////////////////////////////
//
// 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."
//
////////////////////////////////////////////////////////////////////
#ifndef LPOINT3_H
#define LPOINT3_H
#include "pandabase.h"
#include "coordinateSystem.h"
#include "lvecBase3.h"
#include "lvector3.h"
#include "fltnames.h"
#include "lpoint3_src.h"
#include "dblnames.h"
#include "lpoint3_src.h"
#endif