C# Class LTBezier, LeanTween

Show file Open project: dentedpixel/LeanTween Class Usage Examples

Public Properties

Property Type Description
length float

Public Methods

Method Description
LTBezier ( Vector3 a, Vector3 b, Vector3 c, Vector3 d, float precision ) : UnityEngine
point ( float t ) : Vector3

Private Methods

Method Description
bezierPoint ( float t ) : Vector3
map ( float u ) : float

Method Details

LTBezier() public method

public LTBezier ( Vector3 a, Vector3 b, Vector3 c, Vector3 d, float precision ) : UnityEngine
a Vector3
b Vector3
c Vector3
d Vector3
precision float
return UnityEngine

point() public method

public point ( float t ) : Vector3
t float
return Vector3

Property Details

length public property

public float length
return float