obj method line dots args {
set options {}
while {[string index $args 0] eq "-"} {
set args [lassign $args option]
lappend options $option
}
set dots [my dots]
if {"-end" in $options} then {
set dots [lreplace $dots 1 end-1]
}
if {"-gravity" in $options} then {
if {[$self constraint gravity]} then {
lmap dot $dots {$dot {*}$args}
}
} else {
lmap dot $dots {$dot {*}$args}
}
}
© Wolf-Dieter Busch | Home | Sitemap | Urheber | A-Z