☰
AttributeGenerator
Required Associated Types
State
Implementors
In plexus::primitive::generate
?
Trait
plexus
::
primitive
::
generate
::
AttributeGenerator
source
·
[
−
]
pub trait AttributeGenerator<A>
where
A:
Attribute
,
{ type
State
:
Default
; }
Required Associated Types
source
type
State
:
Default
Implementors
source
impl
AttributeGenerator
<
Plane
> for
Cube
type
State
=
()
source
impl<S>
AttributeGenerator
<
Normal
<S>> for
Cube
where
S:
EuclideanSpace
+
FiniteDimensional
<N =
U3
>,
type
State
=
()
source
impl<S>
AttributeGenerator
<
Normal
<S>> for
UvSphere
where
S:
EuclideanSpace
+
FiniteDimensional
<N =
U3
>,
type
State
=
()
source
impl<S>
AttributeGenerator
<
Position
<S>> for
Cube
where
S:
EuclideanSpace
+
FiniteDimensional
<N =
U3
>,
type
State
=
Bounds
<S>
source
impl<S>
AttributeGenerator
<
Position
<S>> for
UvSphere
where
S:
EuclideanSpace
+
FiniteDimensional
<N =
U3
>,
type
State
=
Bounds
<S>