Curve1D
Extends:
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
VERSION: * |
|
public get |
fastmode: * |
|
public set |
|
|
public get |
|
|
public |
generators: *[] |
|
public |
|
Private Members | ||
private |
_fastmode: * |
Method Summary
Public Methods | ||
public |
calcHashKey(digest: *): * |
|
public |
copy(): * |
|
public |
derivative(s: *): * |
|
public |
derivative2(s: *): * |
|
public |
destroy(): * |
|
public |
draw(canvas: *, g: *, draw_transform: *): * |
|
public |
equals(b: *): * |
|
public |
evaluate(s: *): * |
|
public |
getGenerator(type: *, throw_on_error: boolean): * |
|
public |
integrate(s: *, quadSteps: *): * |
|
public |
inverse(s: *): * |
|
public |
load(b: *): * |
|
public |
loadJSON(obj: *): * |
|
public |
loadSTRUCT(reader: *) |
|
public |
redraw() |
|
public |
reset() |
|
public |
setGenerator(type: *) |
|
public |
switchGenerator(type: *): * |
|
public |
toJSON(): * |
|
public |
update(): * |
Private Methods | ||
private |
|
Inherited Summary
From class EventDispatcher | ||
private |
_cbs: {} |
|
public |
off(type: *, cb: *): * |
|
public |
on(type: *, cb: *): * |
|
private |
_fireEvent(type: *, data: *) |
Public Constructors
Public Members
public VERSION: * source
public get fastmode: * source
public set fastmode source
public get generatorType: * source
public generators: *[] source
Private Members
private _fastmode: * source
Public Methods
public calcHashKey(digest: *): * source
Params:
Name | Type | Attribute | Description |
digest | * |
|
Return:
* |
public draw(canvas: *, g: *, draw_transform: *): * source
Params:
Name | Type | Attribute | Description |
canvas | * | ||
g | * | ||
draw_transform | * |
Return:
* |
public getGenerator(type: *, throw_on_error: boolean): * source
Params:
Name | Type | Attribute | Description |
type | * | ||
throw_on_error | boolean |
|
Return:
* |
public integrate(s: *, quadSteps: *): * source
Params:
Name | Type | Attribute | Description |
s | * | ||
quadSteps | * |
Return:
* |
public loadSTRUCT(reader: *) source
Params:
Name | Type | Attribute | Description |
reader | * |
public redraw() source
public reset() source
public setGenerator(type: *) source
Params:
Name | Type | Attribute | Description |
type | * |