Inheritance
System.Object
Cubic
public class Cubic : Curve
Constructors
Declaration
public Cubic(float a, float b, float c, float d)
Parameters
Type |
Name |
Description |
System.Single |
a |
|
System.Single |
b |
|
System.Single |
c |
|
System.Single |
d |
|
Fields
Declaration
Field Value
Type |
Description |
System.Single |
|
Declaration
Field Value
Type |
Description |
System.Single |
|
Declaration
Field Value
Type |
Description |
System.Single |
|
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public override float transform(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Overrides