Home | History | Annotate | Download | only in Geometry

Lines Matching defs:Identity

495    * \brief Returns an identity transformation.
498 static const Transform Identity()
500 return Transform(MatrixType::Identity());