Drag[en]gine Script Module DragonScript  1.21
Dragengine.Scenery.SmoothDVector Class Reference

Smooth 3-component double precision vector value. More...

Inheritance diagram for Dragengine.Scenery.SmoothDVector:

Public Member Functions

Constructors
SmoothDVector new ()
 Create smooth double precision vector. More...
 
SmoothDVector new (SmoothDVector copy)
 Create copy of smooth double precision vector. More...
 
Management
DVector getValue ()
 Current value. More...
 
void setValue (DVector value)
 Set current value. More...
 
DVector getGoal ()
 Goal value. More...
 
void setGoal (DVector goal)
 Set goal value. More...
 
float getAdjustTime ()
 Adjustment time in seconds. More...
 
void setAdjustTime (float adjustTime)
 Adjustment time in seconds clamped to 0 or larger. More...
 
float getAdjustRange ()
 Adjustment range in units. More...
 
void setAdjustRange (float limit)
 Set adjustment range in units clamped to 0 or larger. More...
 
float getChangeSpeed ()
 Change speed of the value in units per second. More...
 
void setChangeSpeed (float changeSpeed)
 Set change speed of the value in units per second. More...
 
void reset ()
 Reset value, goal and change speed to 0. More...
 
void update (float elapsed)
 Update value with goal using current smoothing parameters. More...
 

File Handling

void writeToFile (FileWriter writer)
 Write to file writer. More...
 
static SmoothDVector readFromFile (FileReader reader)
 Read from file reader. More...
 

Detailed Description

Smooth 3-component double precision vector value.

Smooth dynamic changing double precision vector value across time.

Member Function Documentation

◆ getAdjustRange()

float Dragengine.Scenery.SmoothDVector.getAdjustRange ( )

Adjustment range in units.

◆ getAdjustTime()

float Dragengine.Scenery.SmoothDVector.getAdjustTime ( )

Adjustment time in seconds.

◆ getChangeSpeed()

float Dragengine.Scenery.SmoothDVector.getChangeSpeed ( )

Change speed of the value in units per second.

◆ getGoal()

DVector Dragengine.Scenery.SmoothDVector.getGoal ( )

Goal value.

◆ getValue()

DVector Dragengine.Scenery.SmoothDVector.getValue ( )

Current value.

◆ new() [1/2]

SmoothDVector Dragengine.Scenery.SmoothDVector.new ( )

Create smooth double precision vector.

Value, goal and change speed are set to 0. Adjust time is set to 1s. Change speed limit is set to 1 unit per second.

◆ new() [2/2]

SmoothDVector Dragengine.Scenery.SmoothDVector.new ( SmoothDVector  copy)

Create copy of smooth double precision vector.

◆ readFromFile()

static SmoothDVector Dragengine.Scenery.SmoothDVector.readFromFile ( FileReader  reader)
static

Read from file reader.

◆ reset()

void Dragengine.Scenery.SmoothDVector.reset ( )

Reset value, goal and change speed to 0.

◆ setAdjustRange()

void Dragengine.Scenery.SmoothDVector.setAdjustRange ( float  limit)

Set adjustment range in units clamped to 0 or larger.

◆ setAdjustTime()

void Dragengine.Scenery.SmoothDVector.setAdjustTime ( float  adjustTime)

Adjustment time in seconds clamped to 0 or larger.

◆ setChangeSpeed()

void Dragengine.Scenery.SmoothDVector.setChangeSpeed ( float  changeSpeed)

Set change speed of the value in units per second.

◆ setGoal()

void Dragengine.Scenery.SmoothDVector.setGoal ( DVector  goal)

Set goal value.

◆ setValue()

void Dragengine.Scenery.SmoothDVector.setValue ( DVector  value)

Set current value.

◆ update()

void Dragengine.Scenery.SmoothDVector.update ( float  elapsed)

Update value with goal using current smoothing parameters.

Goal is not modified.

Parameters
[in]elapsedElapsed time in seconds. If less than 0.001s update is skipped.

◆ writeToFile()

void Dragengine.Scenery.SmoothDVector.writeToFile ( FileWriter  writer)

Write to file writer.


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