|
Bifrost SDK
Bifrost SDK documentation
|
#include <GeometryTypes.h>
Public Attributes | |
| long long | ticks |
| Number of ticks, based on Maya's definition of ticks. More... | |
| double | time |
| Time in seconds. More... | |
| double | frame |
| Frame number - can be fractional. More... | |
| double | frameLength |
| Length of a frame in seconds. More... | |
Definition at line 42 of file GeometryTypes.h.
| double Bifrost::Simulation::Time::frame |
Frame number - can be fractional.
Definition at line 45 of file GeometryTypes.h.
| double Bifrost::Simulation::Time::frameLength |
Length of a frame in seconds.
Definition at line 46 of file GeometryTypes.h.
| long long Bifrost::Simulation::Time::ticks |
Number of ticks, based on Maya's definition of ticks.
Definition at line 43 of file GeometryTypes.h.
| double Bifrost::Simulation::Time::time |
Time in seconds.
Definition at line 44 of file GeometryTypes.h.