Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XFileAnimationSet::FrameEntry Class Reference

Public Member Functions

const LMatrix4d & get_mat (int flags) const
 Returns the frame's data as a matrix, composing the matrix first if necessary, as indicated by the FrameData's _flags member.
 

Public Attributes

LMatrix4d _mat
 
LQuaterniond _rot
 
LVecBase3d _scale
 
LVector3d _trans
 

Detailed Description

Definition at line 48 of file xFileAnimationSet.h.

Constructor & Destructor Documentation

◆ FrameEntry()

XFileAnimationSet::FrameEntry::FrameEntry ( )
inline

Definition at line 17 of file xFileAnimationSet.I.

Member Function Documentation

◆ get_mat()

const LMatrix4d & XFileAnimationSet::FrameEntry::get_mat ( int flags) const
inline

Returns the frame's data as a matrix, composing the matrix first if necessary, as indicated by the FrameData's _flags member.

Definition at line 30 of file xFileAnimationSet.I.

Member Data Documentation

◆ _mat

LMatrix4d XFileAnimationSet::FrameEntry::_mat

Definition at line 56 of file xFileAnimationSet.h.

◆ _rot

LQuaterniond XFileAnimationSet::FrameEntry::_rot

Definition at line 54 of file xFileAnimationSet.h.

◆ _scale

LVecBase3d XFileAnimationSet::FrameEntry::_scale

Definition at line 53 of file xFileAnimationSet.h.

◆ _trans

LVector3d XFileAnimationSet::FrameEntry::_trans

Definition at line 55 of file xFileAnimationSet.h.


The documentation for this class was generated from the following files: