Struct ExTessellate
pub struct ExTessellate<'ex> { /* private fields */ }Expand description
Default-param extender for Curve3D::tessellate_ex.
Implementations§
§impl<'ex> ExTessellate<'ex>
impl<'ex> ExTessellate<'ex>
pub fn max_stages(self, max_stages: i32) -> ExTessellate<'ex>
pub fn tolerance_degrees(self, tolerance_degrees: f32) -> ExTessellate<'ex>
pub fn done(self) -> PackedArray<Vector3>
Auto Trait Implementations§
impl<'ex> Freeze for ExTessellate<'ex>
impl<'ex> RefUnwindSafe for ExTessellate<'ex>
impl<'ex> !Send for ExTessellate<'ex>
impl<'ex> !Sync for ExTessellate<'ex>
impl<'ex> Unpin for ExTessellate<'ex>
impl<'ex> UnwindSafe for ExTessellate<'ex>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more