프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$fit | |||
$length | |||
$max_value | |||
$min_unit | |||
$min_value | |||
$uneven | |||
$unit_size | |||
$zero |
메소드 | 설명 | |
---|---|---|
Grid ( $min, $round_up = false ) | Returns the grid spacing | |
Uneven ( ) | Returns TRUE if the grid spacing does not fill the grid | |
Unit ( ) | Returns the size of a unit in grid space | |
Zero ( ) | Returns the distance along the axis where 0 should be | |
__construct ( $length, $max_val, $min_val, $min_unit, $fit = false ) |
메소드 | 설명 | |
---|---|---|
find_division ( $length, $min, &$count, &$neg_count, &$magnitude ) | Determine the axis divisions | |
nice ( $n, $m ) | Returns TRUE if the number $n is 'nice' | |
sub_division ( $length, $min, &$count, &$neg_count, &$magnitude ) | Subdivide when the divisions are too large |