open_toontown_panda3d/panda/src/mathutil/plane.h

30 lines
584 B
C++

// Filename: FLOATNAME(Plane).h
// Created by: mike (09Jan97)
//
////////////////////////////////////////////////////////////////////
//
#ifndef Plane_H
#define Plane_H
//
////////////////////////////////////////////////////////////////////
// Includes
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include <luse.h>
#include <indent.h>
#include <nearly_zero.h>
#include <cmath.h>
#include "mathutil.h"
class Datagram;
class DatagramIterator;
#include "fltnames.I"
#include "plane.I"
#include "dblnames.I"
#include "plane.I"
#endif