Panda3D
panda
src
mathutil
linmath_events.h
Go to the documentation of this file.
1
/**
2
* PANDA 3D SOFTWARE
3
* Copyright (c) Carnegie Mellon University. All rights reserved.
4
*
5
* All use of this software is subject to the terms of the revised BSD
6
* license. You should have received a copy of this license along
7
* with this source code in a file named "LICENSE."
8
*
9
* @file linmath_events.h
10
* @author drose
11
* @date 2002-03-12
12
*/
13
14
#ifndef LINMATH_EVENTS_H
15
#define LINMATH_EVENTS_H
16
17
#include "
pandabase.h
"
18
19
#include "
paramValue.h
"
20
#include "
luse.h
"
21
22
// This file defines a few more EventStore classes for storing linmath objects
23
// in an EventParameter. These are just for backward compatibility; they are
24
// defined as typedefs to ParamVecBase types. See paramValue.h.
25
26
typedef
ParamVecBase2
EventStoreVec2
;
27
typedef
ParamVecBase3
EventStoreVec3
;
28
typedef
ParamMatrix4
EventStoreMat4
;
29
30
#endif
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ParamValue
A handy class object for storing simple values (like integers or strings) passed along with an Event ...
Definition:
paramValue.h:103
luse.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
paramValue.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Sun Dec 27 2020 13:23:05 for Panda3D by
1.8.20