import {CircumferenceModel} from 'igeom/src/app/components/circumference-component/models/circumference-model.js'
CircumferenceModel
Extends:
Static Method Summary
Static Public Methods | ||
public static |
do(map: *, list: *): * |
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
center: * |
|
public |
color: * |
|
public |
posX: * |
|
public |
posY: * |
|
public |
radius: * |
Private Members | ||
private |
_coordinates: *[] |
Method Summary
Public Methods | ||
public |
distance(center: *): * |
|
public |
getCenter(): * |
|
public |
getDirection(): undefined[] |
|
public |
getIntersection(geometricObject: *): * |
|
public |
getIntersectionByLine(lineSegment: *): undefined[] |
|
public |
getIntersectionsByCircumference(circumference: *): undefined[] |
|
public |
getPoint(): * |
|
public |
getRadius(): * |
|
public |
getStraight(): undefined[] |
|
public |
insideSegment(intersecX: *, intersecY: *): boolean |
Inherited Summary
From class GenericObject | ||
public |
color: * |
|
public |
|
|
public |
definitions: *[] |
|
public |
dependentsOnThis: *[] |
|
public |
id: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
From class DynamicObject | ||
public |
elementClass: * |
|
public |
label: * |
|
public |
|
|
public |
addDependency(dynamicObject: *) |
|
public |
setClass(elementClass: *) |
|
public |
setLabel(label: *) |
|
public |
setLabelIgeom(label: *) |
From class GeometricObject | ||
public |
|
|
public |
borderColor: * |
|
public |
|
|
public |
|
|
public |
setBackgroundColor(color: *) |
|
public |
setBorderColor(color: *) |
|
public |
setEdgeThinckness(edgeThinckness: *) |
|
public |
update(aggregator: DrawerAggregator, event: event) Update properties of this Intersection |
Static Public Methods
public static do(map: *, list: *): * source
Params:
Name | Type | Attribute | Description |
map | * | ||
list | * |
Return:
* |
Public Constructors
Public Members
public center: * source
public posX: * source
public posY: * source
public radius: * source
Private Members
private _coordinates: *[] source
Public Methods
public getIntersection(geometricObject: *): * source
Params:
Name | Type | Attribute | Description |
geometricObject | * |
Return:
* |
public getIntersectionByLine(lineSegment: *): undefined[] source
Params:
Name | Type | Attribute | Description |
lineSegment | * |