|
| template<typename NewScalarType > |
| EIGEN_DEVICE_FUNC internal::cast_return_type< ParametrizedLine, ParametrizedLine< NewScalarType, AmbientDimAtCompileTime, Options > >::type | cast () const |
| |
| EIGEN_DEVICE_FUNC Index | dim () const |
| |
| EIGEN_DEVICE_FUNC VectorType & | direction () |
| |
| const EIGEN_DEVICE_FUNC VectorType & | direction () const |
| |
| EIGEN_DEVICE_FUNC RealScalar | distance (const VectorType &p) const |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC Scalar | intersection (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) const |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC _Scalar | intersection (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) const |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC Scalar | intersectionParameter (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) const |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC _Scalar | intersectionParameter (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) const |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC VectorType | intersectionPoint (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) const |
| |
| EIGEN_DEVICE_FUNC bool | isApprox (const ParametrizedLine &other, const typename NumTraits< Scalar >::Real &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
| EIGEN_DEVICE_FUNC VectorType & | origin () |
| |
| const EIGEN_DEVICE_FUNC VectorType & | origin () const |
| |
| EIGEN_DEVICE_FUNC | ParametrizedLine () |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC | ParametrizedLine (const Hyperplane< _Scalar, _AmbientDim, OtherOptions > &hyperplane) |
| |
| template<typename OtherScalarType , int OtherOptions> |
| EIGEN_DEVICE_FUNC | ParametrizedLine (const ParametrizedLine< OtherScalarType, AmbientDimAtCompileTime, OtherOptions > &other) |
| |
| template<int OtherOptions> |
| EIGEN_DEVICE_FUNC | ParametrizedLine (const ParametrizedLine< Scalar, AmbientDimAtCompileTime, OtherOptions > &other) |
| |
| EIGEN_DEVICE_FUNC | ParametrizedLine (const VectorType &origin, const VectorType &direction) |
| |
| EIGEN_DEVICE_FUNC | ParametrizedLine (Index _dim) |
| |
| EIGEN_DEVICE_FUNC VectorType | pointAt (const Scalar &t) const |
| |
| EIGEN_DEVICE_FUNC VectorType | projection (const VectorType &p) const |
| |
| EIGEN_DEVICE_FUNC RealScalar | squaredDistance (const VectorType &p) const |
| |
| template<typename XprType > |
| EIGEN_DEVICE_FUNC ParametrizedLine & | transform (const MatrixBase< XprType > &mat, TransformTraits traits=Affine) |
| |
| template<int TrOptions> |
| EIGEN_DEVICE_FUNC ParametrizedLine & | transform (const Transform< Scalar, AmbientDimAtCompileTime, Affine, TrOptions > &t, TransformTraits traits=Affine) |
| |
| EIGEN_DEVICE_FUNC | ~ParametrizedLine () |
| |
A parametrized line.
\geometry_module
A parametrized line is defined by an origin point
and a unit direction vector
such that the line corresponds to the set
,
.
- Template Parameters
-
| _Scalar | the scalar type, i.e., the type of the coefficients |
| _AmbientDim | the dimension of the ambient space, can be a compile time value or Dynamic. |
Definition at line 295 of file ForwardDeclarations.h.