public class LandSegment extends Object
Modifier and Type | Field and Description |
---|---|
List<LandVertex> |
ghostVertices |
boolean |
isFillable |
List<LandVertex> |
vertices |
Modifier and Type | Method and Description |
---|---|
static LandSegment |
newFillableSegment(List<LandVertex> vertices) |
static LandSegment |
newFillableSegment(List<LandVertex> vertices,
List<LandVertex> ghostVertices) |
static LandSegment |
newUnfillableSegment(List<LandVertex> vertices) |
public final List<LandVertex> vertices
public boolean isFillable
public final List<LandVertex> ghostVertices
public static LandSegment newFillableSegment(List<LandVertex> vertices)
public static LandSegment newFillableSegment(List<LandVertex> vertices, List<LandVertex> ghostVertices)
public static LandSegment newUnfillableSegment(List<LandVertex> vertices)
Copyright © 2016 Metron, Inc.. All rights reserved.