Struct solstice_2d::SimpleConvexPolygon [−][src]
pub struct SimpleConvexPolygon {
pub x: f32,
pub y: f32,
pub vertex_count: u32,
pub radius_x: f32,
pub radius_y: f32,
}Fields
x: f32y: f32vertex_count: u32radius_x: f32radius_y: f32Trait Implementations
impl Clone for SimpleConvexPolygon[src]
impl Clone for SimpleConvexPolygon[src]fn clone(&self) -> SimpleConvexPolygon[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SimpleConvexPolygon[src]
impl Copy for SimpleConvexPolygon[src]impl Default for SimpleConvexPolygon[src]
impl Default for SimpleConvexPolygon[src]fn default() -> SimpleConvexPolygon[src]
impl Into<SimpleConvexPolygon> for Ellipse[src]
impl Into<SimpleConvexPolygon> for Ellipse[src]fn into(self) -> SimpleConvexPolygon[src]
impl PartialEq<SimpleConvexPolygon> for SimpleConvexPolygon[src]
impl PartialEq<SimpleConvexPolygon> for SimpleConvexPolygon[src]fn eq(&self, other: &SimpleConvexPolygon) -> bool[src]
fn ne(&self, other: &SimpleConvexPolygon) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for SimpleConvexPolygon
impl RefUnwindSafe for SimpleConvexPolygonimpl Send for SimpleConvexPolygon
impl Send for SimpleConvexPolygonimpl Sync for SimpleConvexPolygon
impl Sync for SimpleConvexPolygonimpl Unpin for SimpleConvexPolygon
impl Unpin for SimpleConvexPolygonimpl UnwindSafe for SimpleConvexPolygon
impl UnwindSafe for SimpleConvexPolygonBlanket 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>,