Enum geo_aid::script::figure::PointDefinition
source · pub enum PointDefinition {
Indexed(usize),
Crossing(LineDefinition, LineDefinition),
}Expand description
How the point is defined
Variants§
Indexed(usize)
For free points, that are adjusted by the generator.
Crossing(LineDefinition, LineDefinition)
An intersection of two lines.