MCPcopy Create free account
hub / github.com/Derious/cuMPC / center

Method center

dependence/eigen-3.4.0/Eigen/src/Geometry/AlignedBox.h:152–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 /** \returns the center of the box */
151 EIGEN_DEVICE_FUNC inline const EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(VectorTypeSum, RealScalar, quotient)
152 center() const
153 { return (m_min+m_max)/RealScalar(2); }
154
155 /** \returns the lengths of the sides of the bounding box.
156 * Note that this function does not get the same

Callers 3

alignedboxFunction · 0.80
s1.jsFile · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by 1

alignedboxFunction · 0.64