Home | History | Annotate | Download | only in Geometry

Lines Matching refs:Identity

496    * \brief Returns an identity transformation.
499 static const Transform Identity()
501 return Transform(MatrixType::Identity());