| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision | |
| org.bytedeco.bullet.BulletSoftBody |
| Modifier and Type | Class and Description |
|---|---|
class |
btBox2dShape
The btBox2dShape is a box primitive around the origin, its sides axis aligned with length specified by half extents, in local shape coordinates.
|
class |
btBoxShape
The btBoxShape is a box primitive around the origin, its sides axis aligned with length specified by half extents, in local shape coordinates.
|
class |
btBU_Simplex1to4
The btBU_Simplex1to4 implements tetrahedron, triangle, line, vertex collision shapes.
|
class |
btCapsuleShape
The btCapsuleShape represents a capsule around the Y axis, there is also the btCapsuleShapeX aligned around the X axis and btCapsuleShapeZ around the Z axis.
|
class |
btCapsuleShapeX
btCapsuleShapeX represents a capsule around the Z axis
the total height is height+2*radius, so the height is just the height between the center of each 'sphere' of the capsule caps.
|
class |
btCapsuleShapeZ
btCapsuleShapeZ represents a capsule around the Z axis
the total height is height+2*radius, so the height is just the height between the center of each 'sphere' of the capsule caps.
|
class |
btConeShape
The btConeShape implements a cone shape primitive, centered around the origin and aligned with the Y axis.
|
class |
btConeShapeX
btConeShape implements a Cone shape, around the X axis
|
class |
btConeShapeZ
btConeShapeZ implements a Cone shape, around the Z axis
|
class |
btConvexHullShape
The btConvexHullShape implements an implicit convex hull of an array of vertices.
|
class |
btConvexInternalAabbCachingShape
btConvexInternalAabbCachingShape adds local aabb caching for convex shapes, to avoid expensive bounding box calculations
|
class |
btConvexPointCloudShape
The btConvexPointCloudShape implements an implicit convex hull of an array of vertices.
|
class |
btConvexTriangleMeshShape
The btConvexTriangleMeshShape is a convex hull of a triangle mesh, but the performance is not as good as btConvexHullShape.
|
class |
btCylinderShape
The btCylinderShape class implements a cylinder shape primitive, centered around the origin.
|
class |
btCylinderShapeX |
class |
btCylinderShapeZ |
class |
btMinkowskiSumShape
The btMinkowskiSumShape is only for advanced users.
|
class |
btMultiSphereShape
The btMultiSphereShape represents the convex hull of a collection of spheres.
|
class |
btPolyhedralConvexAabbCachingShape
The btPolyhedralConvexAabbCachingShape adds aabb caching to the btPolyhedralConvexShape
|
class |
btPolyhedralConvexShape
The btPolyhedralConvexShape is an internal interface class for polyhedral convex shapes.
|
class |
btSphereShape
The btSphereShape implements an implicit sphere, centered around a local origin with radius.
|
class |
btTetrahedronShapeEx
Helper class for tetrahedrons
|
class |
btTriangleShape |
class |
btTriangleShapeEx
Helper class for colliding Bullet Triangle Shapes
/**
This class implements a better getAabb method than the previous btTriangleShape class
|
| Modifier and Type | Class and Description |
|---|---|
class |
btSoftClusterCollisionShape |
Copyright © 2024. All rights reserved.