| Package | Description |
|---|---|
| org.bytedeco.liquidfun | |
| org.bytedeco.liquidfun.global |
| Modifier and Type | Method and Description |
|---|---|
b2Mat22 |
b2Mat22.ex(b2Vec2 setter) |
b2Mat22 |
b2Mat22.ey(b2Vec2 setter) |
b2Mat22 |
b2Mat22.GetInverse() |
b2Mat22 |
b2Mat22.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static b2Mat22 |
liquidfun.add(b2Mat22 A,
b2Mat22 B) |
static b2Mat22 |
liquidfun.b2Abs(b2Mat22 A) |
static b2Mat22 |
liquidfun.b2Mul(b2Mat22 A,
b2Mat22 B) |
static b2Mat22 |
liquidfun.b2MulT(b2Mat22 A,
b2Mat22 B) |
| Modifier and Type | Method and Description |
|---|---|
static b2Mat22 |
liquidfun.add(b2Mat22 A,
b2Mat22 B) |
static b2Mat22 |
liquidfun.b2Abs(b2Mat22 A) |
static b2Mat22 |
liquidfun.b2Mul(b2Mat22 A,
b2Mat22 B) |
static b2Vec2 |
liquidfun.b2Mul(b2Mat22 A,
b2Vec2 v)
Multiply a matrix times a vector.
|
static b2Mat22 |
liquidfun.b2MulT(b2Mat22 A,
b2Mat22 B) |
static b2Vec2 |
liquidfun.b2MulT(b2Mat22 A,
b2Vec2 v)
Multiply a matrix transpose times a vector.
|
Copyright © 2019. All rights reserved.