
# class ImmutableLine
ImmutableLine inherits from Shape
# MEMBERS
# member read-only type
Type: Shape.Type
# member read-only p1
Type: ImmutablePoint
# member read-only p2
Type: ImmutablePoint
# CONSTRUCTORS
# constructor ImmutableLine()
Description:
# constructor ImmutableLine(x1, y1, x2, y2)
Description:
Parameters:
- x1: (Number) -
- y1: (Number) -
- x2: (Number) -
- y2: (Number) -
# constructor ImmutableLine(line)
Description:
Parameters:
- line: (ImmutableLine) -
# constructor ImmutableLine(p1, p2)
Description:
Parameters:
- p1: (ImmutablePoint) -
- p2: (ImmutablePoint) -