All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.netlayout.VGJ.Matrix44

java.lang.Object
   |
   +----relaaja.netlayout.VGJ.Matrix44

public class Matrix44
extends Object
A 4x4 Matrix class.

Here is the source.

Author:
Larry Barowski

Variable Index

 o matrix
 o scale

Constructor Index

 o Matrix44()
 o Matrix44(Matrix44)

Method Index

 o mult(Matrix44)
 o setTo(Matrix44)

Variables

 o matrix
 public double matrix[][]
 o scale
 public double scale

Constructors

 o Matrix44
 public Matrix44()
 o Matrix44
 public Matrix44(Matrix44 init)

Methods

 o mult
 public void mult(Matrix44 mat2)
 o setTo
 public void setTo(Matrix44 mat2)

All Packages  Class Hierarchy  This Package  Previous  Next  Index