Struct solstice_2d::RegularPolygon [−][src]
Fields
x: f32y: f32vertex_count: u32radius: f32Implementations
Trait Implementations
impl Clone for RegularPolygon[src]
impl Clone for RegularPolygon[src]fn clone(&self) -> RegularPolygon[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RegularPolygon[src]
impl Copy for RegularPolygon[src]impl Default for RegularPolygon[src]
impl Default for RegularPolygon[src]fn default() -> RegularPolygon[src]
impl PartialEq<RegularPolygon> for RegularPolygon[src]
impl PartialEq<RegularPolygon> for RegularPolygon[src]fn eq(&self, other: &RegularPolygon) -> bool[src]
fn ne(&self, other: &RegularPolygon) -> bool[src]
impl SimpleConvexGeometry for RegularPolygon[src]
impl SimpleConvexGeometry for RegularPolygon[src]impl StructuralPartialEq for RegularPolygon[src]
impl StructuralPartialEq for RegularPolygon[src]Auto Trait Implementations
impl RefUnwindSafe for RegularPolygon
impl RefUnwindSafe for RegularPolygonimpl Send for RegularPolygon
impl Send for RegularPolygonimpl Sync for RegularPolygon
impl Sync for RegularPolygonimpl Unpin for RegularPolygon
impl Unpin for RegularPolygonimpl UnwindSafe for RegularPolygon
impl UnwindSafe for RegularPolygonBlanket Implementations
impl<'a, V, T> GeometryKind<'a, V> for T where
T: PartialEq<T> + Into<MeshVariant<'a, V>>,
V: Vertex + 'a, [src]
impl<'a, V, T> GeometryKind<'a, V> for T where
T: PartialEq<T> + Into<MeshVariant<'a, V>>,
V: Vertex + 'a, [src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, pub fn to_subset(&self) -> Option<SS>
pub fn is_in_subset(&self) -> bool
pub fn to_subset_unchecked(&self) -> SS
pub fn from_subset(element: &SS) -> SP
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,