Struct cp_library_rs::algebraic_structure::affine2d::AffineMatrix
source · pub struct AffineMatrix {
pub arr: [[isize; 3]; 3],
}
Expand description
AffineMatrix
アフィン変換(3x3行列)
Fields§
§arr: [[isize; 3]; 3]
Implementations§
Trait Implementations§
source§impl Clone for AffineMatrix
impl Clone for AffineMatrix
source§fn clone(&self) -> AffineMatrix
fn clone(&self) -> AffineMatrix
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more