Panda3D
panda
src
bullet
bulletClosestHitRayResult.I
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 bulletClosestHitRayResult.I
10
* @author enn0x
11
* @date 2010-02-21
12
*/
13
14
/**
15
* Named constructor intended to be used for asserts with have to return a
16
* concrete value.
17
*/
18
INLINE
BulletClosestHitRayResult
BulletClosestHitRayResult::
19
empty
() {
20
21
btVector3 from;
22
btVector3 to;
23
24
return
BulletClosestHitRayResult
(from, to,
CollideMask::all_on
());
25
}
BitMask< uint32_t, 32 >::all_on
static BitMask< uint32_t, nbits > all_on()
Returns a BitMask whose bits are all on.
Definition:
bitMask.I:32
BulletClosestHitRayResult
Definition:
bulletClosestHitRayResult.h:29
BulletClosestHitRayResult::empty
static BulletClosestHitRayResult empty()
Named constructor intended to be used for asserts with have to return a concrete value.
Definition:
bulletClosestHitRayResult.I:19
Generated on Tue Aug 31 2021 11:09:49 for Panda3D by
1.9.1