☰
BoxModel
BoxModel
Required Methods
box_area
Implementors
In torin::geometry
Structs
Measure
Traits
BoxModel
Type Definitions
Area
CursorPoint
Length
Point2D
Size2D
?
Trait
torin
::
geometry
::
BoxModel
source
·
[
−
]
pub trait BoxModel { // Required method fn
box_area
(&self, margin: &
Gaps
) ->
Area
; }
Required Methods
§
source
fn
box_area
(&self, margin: &
Gaps
) ->
Area
Implementors
§
source
§
impl
BoxModel
for
Area