Struct base::prop::plant::ControlPoint [] [src]

pub struct ControlPoint {
    pub point: Point3f,
    pub diameter: f32,
}

Fields

point: Point3f

The location of this point in model coordinates (relative to the tree position).

diameter: f32

The diameter of the branch at this point.

Trait Implementations

impl Debug for ControlPoint
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for ControlPoint
[src]

impl Clone for ControlPoint
[src]

fn clone(&self) -> ControlPoint

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more