The Vish Visualization Shell 0.3
Vish
Public Member Functions | Public Attributes | List of all members
Wizt::VContext::RealTime Struct Reference
Inheritance diagram for Wizt::VContext::RealTime:
Wizt::VContext::TimeInterface

Public Member Functions

void setNow ()
 @TODO: Replace this code with a portable C++11 equivalent.
 

Public Attributes

double seconds
 Seconds since some unspecified date.
 

Member Data Documentation

◆ seconds

double Wizt::VContext::RealTime::seconds

Seconds since some unspecified date.

A renderer may make use of the advancing seconds. It is adviseable to fmod() the second value, since this might be a very large number that does not fit into a float 4-byte type.

Referenced by setNow().