import {LineSegmentModel} from 'igeom/src/app/components/line-segment-component/models/line-segment-model.js'
LineSegmentModel
Extends:
Direct Subclass:
Static Method Summary
Static Public Methods | ||
public static |
do(map: *, list: *): * |
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
getDeterminantByLine(lineSegment: *): * |
|
public |
getDirection(): undefined[] |
|
public |
getIntersection(geometricObject: *): * |
|
public |
getIntersectionByLine(lineSegment: *): undefined[] |
|
public |
getIntersectionWithCircumference(circumference: *): undefined[] |
|
public |
getMiddlePoint(): {"posX": *, "posY": *} |
|
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 pointA: * source
public pointB: * source
public posX: * source
public posY: * source
Public Methods
public getDeterminantByLine(lineSegment: *): * source
Params:
Name | Type | Attribute | Description |
lineSegment | * |
Return:
* |
public getIntersection(geometricObject: *): * source
Params:
Name | Type | Attribute | Description |
geometricObject | * |
Return:
* |
public getIntersectionByLine(lineSegment: *): undefined[] source
Params:
Name | Type | Attribute | Description |
lineSegment | * |