| Package | Description |
|---|---|
| org.bytedeco.liquidfun | |
| org.bytedeco.liquidfun.global |
| Modifier and Type | Method and Description |
|---|---|
b2Rot |
b2Rot.c(float setter) |
b2Rot |
b2Transform.q() |
b2Rot |
b2Rot.s(float setter) |
| Modifier and Type | Method and Description |
|---|---|
b2Transform |
b2Transform.q(b2Rot setter) |
| Constructor and Description |
|---|
b2Transform(b2Vec2 _position,
b2Rot rotation)
Initialize using a position vector and a rotation.
|
| Modifier and Type | Method and Description |
|---|---|
static b2Rot |
liquidfun.b2Mul(b2Rot q,
b2Rot r)
Multiply two rotations: q * r
|
static b2Rot |
liquidfun.b2MulT(b2Rot q,
b2Rot r)
Transpose multiply two rotations: qT * r
|
| Modifier and Type | Method and Description |
|---|---|
static b2Rot |
liquidfun.b2Mul(b2Rot q,
b2Rot r)
Multiply two rotations: q * r
|
static b2Vec2 |
liquidfun.b2Mul(b2Rot q,
b2Vec2 v)
Rotate a vector
|
static b2Rot |
liquidfun.b2MulT(b2Rot q,
b2Rot r)
Transpose multiply two rotations: qT * r
|
static b2Vec2 |
liquidfun.b2MulT(b2Rot q,
b2Vec2 v)
Inverse rotate a vector
|
Copyright © 2022. All rights reserved.