Bifrost SDK
Bifrost SDK documentation
Bifrost::Simulation::Time Struct Reference

#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...
 

Detailed Description

Definition at line 42 of file GeometryTypes.h.

Member Data Documentation

◆ frame

double Bifrost::Simulation::Time::frame

Frame number - can be fractional.

Definition at line 45 of file GeometryTypes.h.

◆ frameLength

double Bifrost::Simulation::Time::frameLength

Length of a frame in seconds.

Definition at line 46 of file GeometryTypes.h.

◆ ticks

long long Bifrost::Simulation::Time::ticks

Number of ticks, based on Maya's definition of ticks.

Definition at line 43 of file GeometryTypes.h.

◆ time

double Bifrost::Simulation::Time::time

Time in seconds.

Definition at line 44 of file GeometryTypes.h.