Struct solstice_2d::Arc [−][src]
pub struct Arc {
pub arc_type: ArcType,
pub x: f32,
pub y: f32,
pub radius: f32,
pub angle1: Rad,
pub angle2: Rad,
pub segments: u32,
}Fields
arc_type: ArcTypex: f32y: f32radius: f32angle1: Radangle2: Radsegments: u32Trait Implementations
impl SimpleConvexGeometry for Arc[src]
impl SimpleConvexGeometry for Arc[src]impl StructuralPartialEq for Arc[src]
impl StructuralPartialEq for Arc[src]Auto Trait Implementations
impl RefUnwindSafe for Arc
impl RefUnwindSafe for Arcimpl UnwindSafe for Arc
impl UnwindSafe for ArcBlanket 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>,