opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
opyn::TPSCoefficients3D< T > Struct Template Referencefinal

#include <tps3d.h>

Public Member Functions

 TPSCoefficients3D ()=default
 

Public Attributes

SimTK::Vec< 3, T > a1 = {T{0.0}, T{0.0}, T{0.0}}
 
SimTK::Vec< 3, T > a2 = {T{1.0}, T{0.0}, T{0.0}}
 
SimTK::Vec< 3, T > a3 = {T{0.0}, T{1.0}, T{0.0}}
 
SimTK::Vec< 3, T > a4 = {T{0.0}, T{0.0}, T{1.0}}
 
std::vector< TPSNonAffineTerm3D< T > > non_affine_terms
 

Friends

bool operator== (const TPSCoefficients3D &, const TPSCoefficients3D &)=default
 

Constructor & Destructor Documentation

◆ TPSCoefficients3D()

template<std::floating_point T>
opyn::TPSCoefficients3D< T >::TPSCoefficients3D ( )
default

Friends And Related Symbol Documentation

◆ operator==

template<std::floating_point T>
bool operator== ( const TPSCoefficients3D< T > &  ,
const TPSCoefficients3D< T > &   
)
friend

Member Data Documentation

◆ a1

template<std::floating_point T>
SimTK::Vec<3, T> opyn::TPSCoefficients3D< T >::a1 = {T{0.0}, T{0.0}, T{0.0}}

◆ a2

template<std::floating_point T>
SimTK::Vec<3, T> opyn::TPSCoefficients3D< T >::a2 = {T{1.0}, T{0.0}, T{0.0}}

◆ a3

template<std::floating_point T>
SimTK::Vec<3, T> opyn::TPSCoefficients3D< T >::a3 = {T{0.0}, T{1.0}, T{0.0}}

◆ a4

template<std::floating_point T>
SimTK::Vec<3, T> opyn::TPSCoefficients3D< T >::a4 = {T{0.0}, T{0.0}, T{1.0}}

◆ non_affine_terms

template<std::floating_point T>
std::vector<TPSNonAffineTerm3D<T> > opyn::TPSCoefficients3D< T >::non_affine_terms

The documentation for this struct was generated from the following file: