oxiphysics-geometry 0.1.1

Geometric shape types for the OxiPhysics engine
Documentation
//! # HeatMethodParams - Trait Implementations
//!
//! This module contains trait implementations for `HeatMethodParams`.
//!
//! ## Implemented Traits
//!
//! - `Default`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)

#[allow(unused_imports)]
use super::functions::*;
use super::types::HeatMethodParams;

impl Default for HeatMethodParams {
    fn default() -> Self {
        Self { time_factor: 1.0 }
    }
}