OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btCylinderShapeX
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCylinderShape.cpp
30
btCylinderShapeX
::
btCylinderShapeX
(const btVector3& halfExtents)
61
* - for
btCylinderShapeX
: principle axis aligned along x, radius in y direction, z-value not used
239
btVector3
btCylinderShapeX
::localGetSupportingVertexWithoutMargin(const btVector3& vec)const
273
void
btCylinderShapeX
::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const
btCylinderShape.h
23
/// The btCylinderShape class implements a cylinder shape primitive, centered around the origin. Its central axis aligned with the Y axis.
btCylinderShapeX
is aligned with the X axis and btCylinderShapeZ around the Z axis.
137
class
btCylinderShapeX
: public btCylinderShape
142
btCylinderShapeX
(const btVector3& halfExtents);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCylinderShapeX.java
18
public class
btCylinderShapeX
extends btCylinderShape {
21
protected
btCylinderShapeX
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btCylinderShapeX
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btCylinderShapeX
(long cPtr, boolean cMemoryOwn) {
28
this("
btCylinderShapeX
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btCylinderShapeX
obj) {
61
public
btCylinderShapeX
(Vector3 halfExtents) {
Completed in 254 milliseconds