MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / diagonal

Method diagonal

include/Eigen/src/Geometry/AlignedBox.h:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 EIGEN_DEVICE_FUNC inline CwiseBinaryOp<internal::scalar_difference_op<Scalar, Scalar>, const VectorType,
183 const VectorType>
184 diagonal() const {
185 return sizes();
186 }
187
188 /** \returns the vertex of the bounding box at the corner defined by
189 * the corner-id corner. It works only for a 1D, 2D or 3D bounding box.

Callers 4

toRotationMatrixMethod · 0.45
operator*Method · 0.45
operator*Method · 0.45
Transform.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected