|
MiniTensor Version of the Day
|
#include <MiniTensor_Geometry.h>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | ProjectiveParametrization (Tensor4< T, N > const &A) |
| KOKKOS_INLINE_FUNCTION void | operator() (Vector< T, dimension_const< N, 3 >::value > const ¶meters) |
| KOKKOS_INLINE_FUNCTION Vector< T, N > | get_normal (Vector< T, dimension_const< N, 3 >::value > const ¶meters) const |
| KOKKOS_INLINE_FUNCTION T | get_minimum () const |
| KOKKOS_INLINE_FUNCTION T | get_maximum () const |
| KOKKOS_INLINE_FUNCTION Vector< T, 3 > | get_arg_minimum () const |
| KOKKOS_INLINE_FUNCTION Vector< T, 3 > | get_arg_maximum () const |
| KOKKOS_INLINE_FUNCTION Vector< T, N > | get_normal_minimum () const |
| KOKKOS_INLINE_FUNCTION Vector< T, N > | get_normal_maximum () const |
Private Attributes | |
| Tensor4< T, N > const & | tangent_ |
| T | minimum_ |
| Vector< T, 3 > | arg_minimum_ |
| T | maximum_ |
| Vector< T, 3 > | arg_maximum_ |
Projective parametrization functor
Definition at line 588 of file MiniTensor_Geometry.h.