コード例 #1
0
TransformationMatrix::TransformationMatrix(const TransformationMatrix& matx) {
   matx.GetData(this->data);
}