| Package | Description |
|---|---|
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Class and Description |
|---|---|
class |
btQuaternion
\brief The btQuaternion implements quaternion to perform linear algebra rotations in combination with btMatrix3x3, btVector3 and btTransform.
|
| Modifier and Type | Method and Description |
|---|---|
btQuadWord |
btQuadWord.getPointer(long i) |
btQuadWord |
btQuadWord.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
btQuadWord.equals(btQuadWord other) |
boolean |
btQuadWord.notEquals(btQuadWord other) |
void |
btQuadWord.setMax(btQuadWord other)
\brief Set each element to the max of the current values and the values of another btQuadWord
|
void |
btQuadWord.setMin(btQuadWord other)
\brief Set each element to the min of the current values and the values of another btQuadWord
|
Copyright © 2024. All rights reserved.