All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.rapid2d.FxMat

java.lang.Object
   |
   +----berkeley.cs.dmc.rapid2d.FxMat

public final class FxMat
extends Object

Constructor Index

 o FxMat()
 o FxMat(float, float, float, float)
 o FxMat(FxMat)
 o FxMat(int, int, int, int)
 o FxMat(Mat2D)

Method Index

 o comp(int, int)
 o identity()
 o mul(FxMat, FxMat)
 o mulTxM(FxMat, FxMat)
 o set(float, float, float, float)
 o set(int, int, int, int)
 o toString()
 o transpose(FxMat)

Constructors

 o FxMat
 public FxMat()
 o FxMat
 public FxMat(FxMat m)
 o FxMat
 public FxMat(Mat2D m)
 o FxMat
 public FxMat(int a,
              int b,
              int c,
              int d)
 o FxMat
 public FxMat(float a,
              float b,
              float c,
              float d)

Methods

 o identity
 public final void identity()
 o set
 public final void set(float a,
                       float b,
                       float c,
                       float d)
 o set
 public final void set(int a,
                       int b,
                       int c,
                       int d)
 o transpose
 public final void transpose(FxMat v)
 o mul
 public final void mul(FxMat a,
                       FxMat b)
 o mulTxM
 public final void mulTxM(FxMat a,
                          FxMat b)
 o comp
 public final int comp(int r,
                       int c)
 o toString
 public final String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index