Modifier and Type | Method and Description |
---|---|
void |
JoglTransform.LoadMatrix(JoglMatrixd4x4 mat) |
void |
JoglTransform.MultMatrix(JoglMatrixd4x4 mat) |
Modifier and Type | Method and Description |
---|---|
void |
JoglShader.SetUniformMatrix(GraphicsPipeline pipe,
java.lang.String uniformName,
JoglMatrixd4x4 mat) |
Modifier and Type | Field and Description |
---|---|
protected JoglMatrixd4x4 |
JoglCameraLens.projMatrix |
Modifier and Type | Method and Description |
---|---|
JoglMatrixd4x4 |
JoglCameraLensOrthographic.createOrthoProjectionMatrix(float left,
float right,
float top,
float bottom,
float near,
float far) |
JoglMatrixd4x4 |
JoglCamera.GetCameraMatrix() |
Constructor and Description |
---|
JoglCameraLensPerspective(double fov,
double aspect,
JoglMatrixd4x4 mat,
double nDist,
double fDist) |
Modifier and Type | Method and Description |
---|---|
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateFrustum(double nearDist,
double farDist,
double l,
double r,
double b,
double t) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateIdentity() |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreatePerspectiveProjection(double fov,
double aspect,
double nearDist,
double farDist) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreatePerspectiveProjection(double fovY,
double aspect,
double zNear,
double zFar,
double left,
double right,
double top,
double bottom) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateRotationFromLookAt(JoglVectord3 p,
JoglVectord3 la,
JoglVectord3 u) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateRotationPYR(double p,
double y,
double r) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateRotationX(double angle) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateRotationY(double angle) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateRotationZ(double angle) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateScale(double s) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateScale(double x,
double y,
double z) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateTranslation(double x,
double y,
double z) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateTranslation(JoglVectord3 t) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateTranspose(JoglMatrixd4x4 om) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.Inverse(JoglMatrixd4x4 elements) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.Multiply(JoglMatrixd4x4 m1,
JoglMatrixd4x4 m2) |
Modifier and Type | Method and Description |
---|---|
void |
JoglVectord3Buffer.add(java.nio.DoubleBuffer vlist,
JoglMatrixd4x4 offset) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.CreateTranspose(JoglMatrixd4x4 om) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.Inverse(JoglMatrixd4x4 elements) |
static JoglMatrixd4x4 |
JoglMatrixd4x4.Multiply(JoglMatrixd4x4 m1,
JoglMatrixd4x4 m2) |
static java.lang.String |
JoglMatrixd4x4.print(JoglMatrixd4x4 mat) |