Type Alias magick_rust::GeometryInfo

source ·
pub type GeometryInfo = GeometryInfo;

Aliased Type§

struct GeometryInfo {
    pub rho: f64,
    pub sigma: f64,
    pub xi: f64,
    pub psi: f64,
    pub chi: f64,
}

Fields§

§rho: f64§sigma: f64§xi: f64§psi: f64§chi: f64

Implementations§

source§

impl GeometryInfo

source

pub fn new() -> GeometryInfo

source

pub fn set_rho(&mut self, rho: f64)

source

pub fn set_sigma(&mut self, sigma: f64)

source

pub fn set_xi(&mut self, xi: f64)

source

pub fn set_psi(&mut self, psi: f64)

source

pub fn set_chi(&mut self, chi: f64)

Trait Implementations§

source§

impl Default for GeometryInfo

source§

fn default() -> Self

Returns the “default value” for a type. Read more