Skip to main content
Unite
conspire
0.7.2
Unite
Required Associated Types
Output
Required Methods
unite
Implementors
In conspire::
geometry::
bbox
conspire
::
geometry
::
bbox
Trait
Unite
Copy item path
Source
pub trait Unite<T> { type
Output
; // Required method fn
unite
(self, other: T) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
unite
(self, other: T) -> Self::
Output
Implementors
§
Source
§
impl<const D:
usize
>
Unite
<&
BoundingBox
<D>> for &
BoundingBox
<D>
Source
§
type
Output
=
BoundingBox
<D>
Source
§
impl<const D:
usize
>
Unite
<&
BoundingBox
<D>> for
BoundingBox
<D>
Source
§
type
Output
=
BoundingBox
<D>
Source
§
impl<const D:
usize
>
Unite
<
BoundingBox
<D>> for &
BoundingBox
<D>
Source
§
type
Output
=
BoundingBox
<D>
Source
§
impl<const D:
usize
>
Unite
<
BoundingBox
<D>> for
BoundingBox
<D>
Source
§
type
Output
=
BoundingBox
<D>