IpeLinear::IpeLinear | ( | ) | [inline] |
Create identity matrix.
IpeLinear::IpeLinear | ( | IpeAngle | angle | ) | [explicit] |
Create matrix representing a rotation by angle.
IpeLinear::IpeLinear | ( | double | m11, | |
double | m21, | |||
double | m12, | |||
double | m22 | |||
) | [inline, explicit] |
Create linear matrix with given coefficients.
IpeLinear::IpeLinear | ( | IpeString | str | ) | [explicit] |
Parse string.
IpeLinear IpeLinear::Inverse | ( | ) | const |
Return inverse.
bool IpeLinear::IsIdentity | ( | ) | const [inline] |
Is this the identity matrix?
Linear matrix times vector.
bool IpeLinear::operator== | ( | const IpeLinear & | rhs | ) | const [inline] |
Check for equality of two linear matrices.