| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Common |
| Modifier and Type | Class and Description |
|---|---|
class |
b3Quaternion
\brief The b3Quaternion implements quaternion to perform linear algebra rotations in combination with b3Matrix3x3, b3Vector3 and b3Transform.
|
| Modifier and Type | Method and Description |
|---|---|
b3QuadWord |
b3QuadWord.getPointer(long i) |
b3QuadWord |
b3QuadWord.m_floats(int i,
float setter) |
b3QuadWord |
b3QuadWord.position(long position) |
b3QuadWord |
b3QuadWord.w(float setter) |
b3QuadWord |
b3QuadWord.x(float setter) |
b3QuadWord |
b3QuadWord.y(float setter) |
b3QuadWord |
b3QuadWord.z(float setter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
b3QuadWord.equals(b3QuadWord other) |
boolean |
b3QuadWord.notEquals(b3QuadWord other) |
void |
b3QuadWord.setMax(b3QuadWord other)
\brief Set each element to the max of the current values and the values of another b3QuadWord
|
void |
b3QuadWord.setMin(b3QuadWord other)
\brief Set each element to the min of the current values and the values of another b3QuadWord
|
Copyright © 2024. All rights reserved.