My Project
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Klak.Math.DTween Struct Reference

Interpolation with critically damped spring model. More...

Public Member Functions

 DTween (float position, float omega)
 
void Step (float target)
 

Static Public Member Functions

static float Step (float current, float target, ref float velocity, float omega)
 
static Vector2 Step (Vector2 current, Vector2 target, ref Vector2 velocity, float omega)
 
static Vector3 Step (Vector3 current, Vector3 target, ref Vector3 velocity, float omega)
 
static Vector4 Step (Vector4 current, Vector4 target, ref Vector4 velocity, float omega)
 
static Quaternion Step (Quaternion current, Quaternion target, ref Vector4 velocity, float omega)
 
static implicit operator float (DTween m)
 

Public Attributes

float position
 
float velocity
 
float omega
 

Detailed Description

Interpolation with critically damped spring model.


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