Runner's High
Public Attributes | Properties | List of all members
Accel.Curve Class Reference

Transform a linear value to its corresponding value on a curve. More...

Inheritance diagram for Accel.Curve:
Accel.DataInput< float > Accel.DataOutput< float >

Public Attributes

float ym = 0.1f
 Slope of the curve. Has to be between 0 and 1. More...
 

Properties

DataOutput< float > InputVal [get, set]
 The object this instance gets its data from. Must be of type DataOuput.
 
float Val [get]
 The current curve value.
 
- Properties inherited from Accel.DataInput< float >
DataOutput< T > InputVal [get, set]
 
- Properties inherited from Accel.DataOutput< float >
Val [get]
 The current output calue.
 

Detailed Description

Transform a linear value to its corresponding value on a curve.

Member Data Documentation

◆ ym

float Accel.Curve.ym = 0.1f

Slope of the curve. Has to be between 0 and 1.


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