PreciseTimeValue.h File Reference

Class definitions for PreciseTimeValue. More...

#include "..\maxheap.h"
#include "PFExport.h"

Go to the source code of this file.

Classes

class   PreciseTimeValue

Detailed Description

Class definitions for PreciseTimeValue.

Though time is stored internall in 3ds max as an integer number of ticks, the precision is not sufficient particularly for collision detection and particle systems tests. The class is used where an additional degree of time pre- cision is required. The "fraction" member stays in range [-0.5f, 0.5f] if there is no direct manipulation with the member.

Definition in file PreciseTimeValue.h.