Home | History | Annotate | Download | only in src

Lines Matching refs:other

25 //     and/or other materials provided with the distribution.
51 CameraParams::CameraParams(const CameraParams &other) { *this = other; }
53 const CameraParams& CameraParams::operator =(const CameraParams &other)
55 focal = other.focal;
56 ppx = other.ppx;
57 ppy = other.ppy;
58 aspect = other.aspect;
59 R = other.R.clone();
60 t = other.t.clone();