CurveTypeData
Direct Subclass:
Indirect Subclass:
Static Method Summary
| Static Public Methods | ||
| public static |
|
|
| public static |
register(cls: *) |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
calcHashKey(digest: *): * |
|
| public |
derivative(s: *): * |
|
| public |
derivative2(s: *): * |
|
| public |
destroy() |
|
| public |
draw(canvas: *, g: *, draw_transform: *) |
|
| public |
equals(b: *): * |
|
| public |
evaluate(s: *) |
|
| public |
|
|
| public |
inverse(y: *): * |
|
| public |
killGUI(container: *) |
|
| public |
loadJSON(obj: *): * |
|
| public |
loadSTRUCT(reader: *) |
|
| public |
makeGUI(container: *) |
|
| public |
onActive(parent: *, draw_transform: *) |
|
| public |
onInactive(parent: *, draw_transform: *) |
|
| public |
redraw() |
|
| public |
reset() |
|
| public |
toJSON(): {"type": *} |
|
| public |
update() |
|
Static Public Methods
public static register(cls: *) source
Params:
| Name | Type | Attribute | Description |
| cls | * |
Public Constructors
public constructor() source
Public Methods
public calcHashKey(digest: *): * source
Params:
| Name | Type | Attribute | Description |
| digest | * |
|
Return:
| * |
public destroy() source
public draw(canvas: *, g: *, draw_transform: *) source
Params:
| Name | Type | Attribute | Description |
| canvas | * | ||
| g | * | ||
| draw_transform | * |
public evaluate(s: *) source
Params:
| Name | Type | Attribute | Description |
| s | * |
public integrate(s1: *, quadSteps: number): * source
Params:
| Name | Type | Attribute | Description |
| s1 | * | ||
| quadSteps | number |
|
Return:
| * |
public killGUI(container: *) source
Params:
| Name | Type | Attribute | Description |
| container | * |
public loadSTRUCT(reader: *) source
Params:
| Name | Type | Attribute | Description |
| reader | * |
public makeGUI(container: *) source
Params:
| Name | Type | Attribute | Description |
| container | * |
public onActive(parent: *, draw_transform: *) source
Params:
| Name | Type | Attribute | Description |
| parent | * | ||
| draw_transform | * |
public onInactive(parent: *, draw_transform: *) source
Params:
| Name | Type | Attribute | Description |
| parent | * | ||
| draw_transform | * |
