Panda3D
panda
src
distort
pSphereLens.I
1
// Filename: pSphereLens.I
2
// Created by: drose (12Dec01)
3
//
4
////////////////////////////////////////////////////////////////////
5
//
6
// PANDA 3D SOFTWARE
7
// Copyright (c) Carnegie Mellon University. All rights reserved.
8
//
9
// All use of this software is subject to the terms of the revised BSD
10
// license. You should have received a copy of this license along
11
// with this source code in a file named "LICENSE."
12
//
13
////////////////////////////////////////////////////////////////////
14
15
////////////////////////////////////////////////////////////////////
16
// Function: PSphereLens::Constructor
17
// Access: Public
18
// Description:
19
////////////////////////////////////////////////////////////////////
20
INLINE PSphereLens::
21
PSphereLens() {
22
}
23
24
////////////////////////////////////////////////////////////////////
25
// Function: PSphereLens::Copy Constructor
26
// Access: Public
27
// Description:
28
////////////////////////////////////////////////////////////////////
29
INLINE PSphereLens::
30
PSphereLens(
const
PSphereLens
©) :
Lens
(copy) {
31
}
32
33
////////////////////////////////////////////////////////////////////
34
// Function: PSphereLens::Copy Assignment Operator
35
// Access: Public
36
// Description:
37
////////////////////////////////////////////////////////////////////
38
INLINE
void
PSphereLens::
39
operator = (
const
PSphereLens
©) {
40
Lens::operator = (copy);
41
}
42
PSphereLens
A PSphereLens is a special nonlinear lens that doesn't correspond to any real physical lenses...
Definition:
pSphereLens.h:38
Lens
A base class for any number of different kinds of lenses, linear and otherwise.
Definition:
lens.h:45
Generated on Wed May 17 2017 23:41:05 for Panda3D by
1.8.13