PeriDyno 1.2.1
Loading...
Searching...
No Matches
dyno::Pose Struct Reference

#include <JointInfo.h>

Public Member Functions

 Pose ()
 
 Pose (std::vector< Vec3f > t, std::vector< Vec3f > s, std::vector< Quat1f > r)
 
 ~Pose ()
 
int size ()
 
void resize (int s)
 
Poseoperator= (const Pose &other)
 

Public Attributes

std::vector< Vec3fmTranslation
 
std::vector< Quat1fmQuatRotation
 
std::vector< Vec3fmScale
 

Detailed Description

Definition at line 16 of file JointInfo.h.

Constructor & Destructor Documentation

◆ Pose() [1/2]

dyno::Pose::Pose ( )
inline

Definition at line 18 of file JointInfo.h.

Here is the caller graph for this function:

◆ Pose() [2/2]

dyno::Pose::Pose ( std::vector< Vec3f > t,
std::vector< Vec3f > s,
std::vector< Quat1f > r )
inline

Definition at line 20 of file JointInfo.h.

◆ ~Pose()

dyno::Pose::~Pose ( )
inline

Definition at line 27 of file JointInfo.h.

Member Function Documentation

◆ operator=()

Pose & dyno::Pose::operator= ( const Pose & other)
inline

Definition at line 43 of file JointInfo.h.

Here is the call graph for this function:

◆ resize()

void dyno::Pose::resize ( int s)
inline

Definition at line 36 of file JointInfo.h.

◆ size()

int dyno::Pose::size ( )
inline

Definition at line 34 of file JointInfo.h.

Member Data Documentation

◆ mQuatRotation

std::vector<Quat1f> dyno::Pose::mQuatRotation

Definition at line 53 of file JointInfo.h.

◆ mScale

std::vector<Vec3f> dyno::Pose::mScale

Definition at line 54 of file JointInfo.h.

◆ mTranslation

std::vector<Vec3f> dyno::Pose::mTranslation

Definition at line 52 of file JointInfo.h.


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