Struct dxf::objects::SpatialFilter [] [src]

pub struct SpatialFilter {
    pub clip_boundary_definition_points: Vec<Point>,
    pub clip_boundary_normal: Vector,
    pub clip_boundary_origin: Point,
    pub is_clip_boundary_enabled: bool,
    pub is_front_clipping_plane: bool,
    pub front_clipping_plane_distance: f64,
    pub is_back_clipping_plane: bool,
    pub back_clipping_plane_distance: f64,
    pub inverse_transformation_matrix: TransformationMatrix,
    pub transformation_matrix: TransformationMatrix,
}

Fields

Trait Implementations

impl Clone for SpatialFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpatialFilter
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SpatialFilter
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Default for SpatialFilter
[src]

[src]

Returns the "default value" for a type. Read more