Modifier and Type | Class and Description |
---|---|
class |
ImmutableSegment2D |
Modifier and Type | Method and Description |
---|---|
Segment2D |
ImmutableSegment2D.copy() |
Segment2D |
Segment2D.copy() |
Segment2D |
ImmutableSegment2D.scale(double scaleFactor) |
Segment2D |
Segment2D.scale(double scaleFactor) |
Segment2D |
ImmutableSegment2D.translate(double... args) |
Segment2D |
Segment2D.translate(double... args) |
Modifier and Type | Method and Description |
---|---|
static List<Segment2D> |
Intersector.exportSegments(Envelope2D _env) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Intersector.contains(Circle2D _container,
Segment2D _segment2) |
static boolean |
Intersector.contains(Envelope2D containerShape,
Segment2D shape) |
protected Point2D |
ImmutableSegment2D.directionOf(Segment2D _s0) |
protected boolean |
ImmutableSegment2D.inRange(Segment2D _s0,
Point2D _p0) |
protected boolean |
ImmutableSegment2D.inRange(Segment2D _s0,
Point2D _p0,
double _tolerance) |
static boolean |
Intersector.intersects(Segment2D shape0,
Circle2D shape1) |
static boolean |
Intersector.intersects(Segment2D shape0,
Envelope2D shape1) |
static boolean |
Intersector.intersects(Segment2D shape0,
Segment2D shape1) |
protected boolean |
ImmutableSegment2D.onRange(Segment2D _s0,
Point2D _p0,
double _tolerance) |
Constructor and Description |
---|
ImmutableSegment2D(Segment2D segment2D) |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.