pub struct ChartOptions {
pub proxy_fit_metric_weight: f32,
pub roundness_metric_weight: f32,
pub straightness_metric_weight: f32,
pub normal_seam_metric_weight: f32,
pub texture_seam_metric_weight: f32,
pub max_chart_area: f32,
pub max_boundary_length: f32,
pub max_threshold: f32,
pub grow_face_count: u32,
pub max_iterations: u32,
}
Fields§
§proxy_fit_metric_weight: f32
§roundness_metric_weight: f32
§straightness_metric_weight: f32
§normal_seam_metric_weight: f32
§texture_seam_metric_weight: f32
§max_chart_area: f32
§max_boundary_length: f32
§max_threshold: f32
§grow_face_count: u32
§max_iterations: u32
Trait Implementations§
Source§impl Debug for ChartOptions
impl Debug for ChartOptions
Source§impl Default for ChartOptions
impl Default for ChartOptions
Source§fn default() -> ChartOptions
fn default() -> ChartOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChartOptions
impl RefUnwindSafe for ChartOptions
impl Send for ChartOptions
impl Sync for ChartOptions
impl Unpin for ChartOptions
impl UnwindSafe for ChartOptions
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