Package georegression.struct
Class Matrix3x3_F32
java.lang.Object
org.ejml.data.FMatrix3x3
georegression.struct.Matrix3x3_F32
- All Implemented Interfaces:
Serializable
,org.ejml.data.FMatrix
,org.ejml.data.FMatrixFixed
,org.ejml.data.Matrix
- Direct Known Subclasses:
Homography2D_F32
@Generated("georegression.struct.Matrix3x3_F64")
public class Matrix3x3_F32
extends org.ejml.data.FMatrix3x3
Matrix with a fixed size of 3 by 3.
- See Also:
-
Field Summary
Fields inherited from class org.ejml.data.FMatrix3x3
a11, a12, a13, a21, a22, a23, a31, a32, a33
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getA11()
float
getA12()
float
getA13()
float
getA21()
float
getA22()
float
getA23()
float
getA31()
float
getA32()
float
getA33()
void
scale
(float value) void
setA11
(float a11) void
setA12
(float a12) void
setA13
(float a13) void
setA21
(float a21) void
setA22
(float a22) void
setA23
(float a23) void
setA31
(float a31) void
setA32
(float a32) void
setA33
(float a33) void
setTo
(float a11, float a12, float a13, float a21, float a22, float a23, float a31, float a32, float a33) void
void
zero()
Methods inherited from class org.ejml.data.FMatrix3x3
copy, createLike, get, getNumCols, getNumElements, getNumRows, getType, print, print, set, setTo, setTo, unsafe_get, unsafe_set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ejml.data.FMatrixFixed
create
-
Constructor Details
-
Matrix3x3_F32
public Matrix3x3_F32()
-
-
Method Details
-
zero
public void zero()- Specified by:
zero
in interfaceorg.ejml.data.Matrix
- Overrides:
zero
in classorg.ejml.data.FMatrix3x3
-
setTo
-
setTo
public void setTo(float a11, float a12, float a13, float a21, float a22, float a23, float a31, float a32, float a33) - Overrides:
setTo
in classorg.ejml.data.FMatrix3x3
-
scale
public void scale(float value) -
getA11
public float getA11() -
setA11
public void setA11(float a11) -
getA12
public float getA12() -
setA12
public void setA12(float a12) -
getA13
public float getA13() -
setA13
public void setA13(float a13) -
getA21
public float getA21() -
setA21
public void setA21(float a21) -
getA22
public float getA22() -
setA22
public void setA22(float a22) -
getA23
public float getA23() -
setA23
public void setA23(float a23) -
getA31
public float getA31() -
setA31
public void setA31(float a31) -
getA32
public float getA32() -
setA32
public void setA32(float a32) -
getA33
public float getA33() -
setA33
public void setA33(float a33)
-