| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| 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 |
btConvexHullShape
The btConvexHullShape implements an implicit convex hull of an array of vertices.
|
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 |
btPolyhedralConvexAabbCachingShape
The btPolyhedralConvexAabbCachingShape adds aabb caching to the btPolyhedralConvexShape
|
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
|
Copyright © 2024. All rights reserved.