Constructor
new Path()
Creates the path followed by the Star Pointer composed by equatorial or step coords, laser status and time delay between steps.
Members
duration :number
Sum of all path segments delay in 100 us unit.
Type:
- number
path :Array.<Segment>
array of Segment objects.
Type:
- Array.<Segment>
size :number
path number of segments.
Type:
- number
Methods
addPath(Path)
Concatenate path.
Parameters:
Name | Type | Description |
---|---|---|
Path |
Path |
addSegment(Segment)
Add segment object to the path.
Parameters:
Name | Type | Description |
---|---|---|
Segment |
Segment |
reset()
Resets Path variables.