forked from panda3d/panda3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_mathutil.N
More file actions
70 lines (56 loc) · 2.58 KB
/
config_mathutil.N
File metadata and controls
70 lines (56 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
noinclude frustum_src.h
noinclude look_at_src.h
noinclude plane_src.h
forcetype PointerToBase<ReferenceCountedVector<UnalignedLMatrix4f> >
forcetype PointerToArrayBase<UnalignedLMatrix4f>
forcetype PointerToArray<UnalignedLMatrix4f>
forcetype ConstPointerToArray<UnalignedLMatrix4f>
forcetype PointerToBase<ReferenceCountedVector<LMatrix3f> >
forcetype PointerToArrayBase<LMatrix3f>
forcetype PointerToArray<LMatrix3f>
forcetype ConstPointerToArray<LMatrix3f>
forcetype PointerToBase<ReferenceCountedVector<UnalignedLVecBase4f> >
forcetype PointerToArrayBase<UnalignedLVecBase4f>
forcetype PointerToArray<UnalignedLVecBase4f>
forcetype ConstPointerToArray<UnalignedLVecBase4f>
forcetype PointerToBase<ReferenceCountedVector<LVecBase3f> >
forcetype PointerToArrayBase<LVecBase3f>
forcetype PointerToArray<LVecBase3f>
forcetype ConstPointerToArray<LVecBase3f>
forcetype PointerToBase<ReferenceCountedVector<LVecBase2f> >
forcetype PointerToArrayBase<LVecBase2f>
forcetype PointerToArray<LVecBase2f>
forcetype ConstPointerToArray<LVecBase2f>
forcetype PointerToBase<ReferenceCountedVector<UnalignedLMatrix4d> >
forcetype PointerToArrayBase<UnalignedLMatrix4d>
forcetype PointerToArray<UnalignedLMatrix4d>
forcetype ConstPointerToArray<UnalignedLMatrix4d>
forcetype PointerToBase<ReferenceCountedVector<LMatrix3d> >
forcetype PointerToArrayBase<LMatrix3d>
forcetype PointerToArray<LMatrix3d>
forcetype ConstPointerToArray<LMatrix3d>
forcetype PointerToBase<ReferenceCountedVector<UnalignedLVecBase4d> >
forcetype PointerToArrayBase<UnalignedLVecBase4d>
forcetype PointerToArray<UnalignedLVecBase4d>
forcetype ConstPointerToArray<UnalignedLVecBase4d>
forcetype PointerToBase<ReferenceCountedVector<LVecBase3d> >
forcetype PointerToArrayBase<LVecBase3d>
forcetype PointerToArray<LVecBase3d>
forcetype ConstPointerToArray<LVecBase3d>
forcetype PointerToBase<ReferenceCountedVector<LVecBase2d> >
forcetype PointerToArrayBase<LVecBase2d>
forcetype PointerToArray<LVecBase2d>
forcetype ConstPointerToArray<LVecBase2d>
forcetype PointerToBase<ReferenceCountedVector<UnalignedLVecBase4i> >
forcetype PointerToArrayBase<UnalignedLVecBase4i>
forcetype PointerToArray<UnalignedLVecBase4i>
forcetype ConstPointerToArray<UnalignedLVecBase4i>
forcetype PointerToBase<ReferenceCountedVector<LVecBase3i> >
forcetype PointerToArrayBase<LVecBase3i>
forcetype PointerToArray<LVecBase3i>
forcetype ConstPointerToArray<LVecBase3i>
forcetype PointerToBase<ReferenceCountedVector<LVecBase2i> >
forcetype PointerToArrayBase<LVecBase2i>
forcetype PointerToArray<LVecBase2i>
forcetype ConstPointerToArray<LVecBase2i>
forceinclude "pointerToArray_ext.h"