Inheritance
System.Object
SawTooth
public class SawTooth : Curve
Constructors
Declaration
public SawTooth(int count)
Parameters
| Type |
Name |
Description |
| System.Int32 |
count |
|
Fields
Declaration
public readonly int count
Field Value
| Type |
Description |
| System.Int32 |
|
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