Serialized Form
-
Package toxi.geom
-
Class toxi.geom.GMatrix
class GMatrix extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nCol
int nCol
-
nRow
int nRow
-
values
double[][] values
-
-
Class toxi.geom.GVector
class GVector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
length
int length
-
values
double[] values
-
-
Class toxi.geom.Matrix3d
class Matrix3d extends Object implements Serializable- serialVersionUID:
- 6837536777072402710L
-
Serialized Fields
-
m00
double m00
The first matrix element in the first row. -
m01
double m01
The second matrix element in the first row. -
m02
double m02
The third matrix element in the first row. -
m10
double m10
The first matrix element in the second row. -
m11
double m11
The second matrix element in the second row. -
m12
double m12
The third matrix element in the second row. -
m20
double m20
The first matrix element in the third row. -
m21
double m21
The second matrix element in the third row. -
m22
double m22
The third matrix element in the third row.
-
-
Class toxi.geom.Matrix4f
class Matrix4f extends Object implements Serializable- serialVersionUID:
- -8405036035410109353L
-
Serialized Fields
-
m00
float m00
The first element of the first row. -
m01
float m01
The second element of the first row. -
m02
float m02
The third element of the first row. -
m03
float m03
The fourth element of the first row. -
m10
float m10
The first element of the second row. -
m11
float m11
The second element of the second row. -
m12
float m12
The third element of the second row. -
m13
float m13
The fourth element of the second row. -
m20
float m20
The first element of the third row. -
m21
float m21
The second element of the third row. -
m22
float m22
The third element of the third row. -
m23
float m23
The fourth element of the third row. -
m30
float m30
The first element of the fourth row. -
m31
float m31
The second element of the fourth row. -
m32
float m32
The third element of the fourth row. -
m33
float m33
The fourth element of the fourth row.
-
-
Exception toxi.geom.MatrixSizeException
class MatrixSizeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception toxi.geom.SingularMatrixException
class SingularMatrixException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package toxi.geom.nurbs
-
Exception toxi.geom.nurbs.InterpolationException
class InterpolationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package toxi.util.datatypes
-
Class toxi.util.datatypes.TypedProperties
class TypedProperties extends Properties implements Serializable
-