Struct ExTessellate
pub struct ExTessellate<'a> { /* private fields */ }
Expand description
Default-param extender for Curve3D::tessellate_ex
.
Implementations§
§impl<'a> ExTessellate<'a>
impl<'a> ExTessellate<'a>
pub fn max_stages(self, value: i32) -> ExTessellate<'a>
pub fn tolerance_degrees(self, value: f32) -> ExTessellate<'a>
pub fn done(self) -> PackedVector3Array
Auto Trait Implementations§
impl<'a> Freeze for ExTessellate<'a>
impl<'a> RefUnwindSafe for ExTessellate<'a>
impl<'a> !Send for ExTessellate<'a>
impl<'a> !Sync for ExTessellate<'a>
impl<'a> Unpin for ExTessellate<'a>
impl<'a> UnwindSafe for ExTessellate<'a>
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