| Package | Description |
|---|---|
| org.bytedeco.bullet.global | |
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Method and Description |
|---|---|
static void |
LinearMath.setElem(btMatrixXf mat,
int row,
int col,
float val) |
| Modifier and Type | Method and Description |
|---|---|
btMatrixXf |
btMatrixXf.getPointer(long i) |
btMatrixXf |
btMatrixXf.m_cols(int setter) |
btMatrixXf |
btMatrixXf.m_operations(int setter) |
btMatrixXf |
btMatrixXf.m_resizeOperations(int setter) |
btMatrixXf |
btMatrixXf.m_rowNonZeroElements1(btIntArrayArray setter) |
btMatrixXf |
btMatrixXf.m_rows(int setter) |
btMatrixXf |
btMatrixXf.m_setElemOperations(int setter) |
btMatrixXf |
btMatrixXf.m_storage(btFloatArray setter) |
btMatrixXf |
btMatrixXf.multiply(btMatrixXf other) |
btMatrixXf |
btMatrixXf.negative() |
btMatrixXf |
btMatrixXf.position(long position) |
btMatrixXf |
btMatrixXf.transpose() |
| Modifier and Type | Method and Description |
|---|---|
btMatrixXf |
btMatrixXf.multiply(btMatrixXf other) |
void |
btMatrixXf.setSubMatrix(int rowstart,
int colstart,
int rowend,
int colend,
btMatrixXf block) |
Copyright © 2024. All rights reserved.