public final class QuadEdgeConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRAINT_EDGE_FLAG
A bit indicating that an edge is constrained.
|
static int |
CONSTRAINT_INDEX_COMPLIMENT |
static int |
CONSTRAINT_INDEX_MASK
A mask that can be anded with the QuadEdgePartner's
index field to extract the constraint index,
equivalent to the 24 low-order bits.
|
static int |
CONSTRAINT_INDEX_MAX
The maximum value of a constraint index based on the three bytes
allocated for its storage.
|
static int |
CONSTRAINT_LINE_MEMBER_FLAG
A bit indicating that an edge is part of a non-region constraint line.
|
static int |
CONSTRAINT_REGION_BORDER_FLAG
A bit indicating that the edge is the border of a constrained region
|
static int |
CONSTRAINT_REGION_INTERIOR_FLAG
A bit indicating that an edge is in the interior of a constrained region.
|
static int |
CONSTRAINT_REGION_MEMBER_FLAGS
A set of bits combining the constraint region interior and border flags.
|
static int |
SYNTHETIC_EDGE_FLAG
A bit indicating that an edge has been marked as synthetic.
|
public static final int CONSTRAINT_INDEX_MAX
public static final int CONSTRAINT_INDEX_MASK
public static final int CONSTRAINT_INDEX_COMPLIMENT
public static final int CONSTRAINT_EDGE_FLAG
public static final int CONSTRAINT_REGION_BORDER_FLAG
public static final int CONSTRAINT_REGION_INTERIOR_FLAG
public static final int CONSTRAINT_LINE_MEMBER_FLAG
public static final int CONSTRAINT_REGION_MEMBER_FLAGS
public static final int SYNTHETIC_EDGE_FLAG
Copyright © 2021. All rights reserved.