38 #ifndef FCL_CCD_INTERVAL_MATRIX_H 39 #define FCL_CCD_INTERVAL_MATRIX_H 41 #include "fcl/math/motion/taylor_model/interval.h" 42 #include "fcl/math/motion/taylor_model/interval_vector.h" 65 Vector3<S> getColumnLow(
size_t i)
const;
66 Vector3<S> getRowLow(
size_t i)
const;
68 Vector3<S> getColumnHigh(
size_t i)
const;
69 Vector3<S> getRowHigh(
size_t i)
const;
71 Matrix3<S> getLow()
const;
72 Matrix3<S> getHigh()
const;
74 const Interval<S>& operator () (
size_t i,
size_t j)
const;
87 IMatrix3 operator * (
const Matrix3<S>& m)
const;
90 IMatrix3& operator *= (
const Matrix3<S>& m);
102 #include "fcl/math/motion/taylor_model/interval_matrix-inl.h" Main namespace.
Definition: broadphase_bruteforce-inl.h:45
Interval class for [a, b].
Definition: interval.h:50
Definition: interval_matrix.h:48
Definition: interval_vector.h:47