Home
last modified time | relevance | path

Searched refs:Rotation2D (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/math/gismo/gismo-21.12.0/external/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]
/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/Geometry/
H A DRotation2D.h41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
65 EIGEN_DEVICE_FUNC Rotation2D() {}
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle); }
101 EIGEN_DEVICE_FUNC inline Rotation2D operator*(const Rotation2D& other) const
105 EIGEN_DEVICE_FUNC inline Rotation2D& operator*=(const Rotation2D& other)
130 EIGEN_DEVICE_FUNC inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const
143 …{ return typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type(*this); }
147 EIGEN_DEVICE_FUNC inline explicit Rotation2D(const Rotation2D<OtherScalarType>& other)
152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); }
165 typedef Rotation2D<float> Rotation2Df;
[all …]

12345678910>>...12