Struct ruststep::ap203::config_control_design::CartesianTransformationOperator [−][src]
pub struct CartesianTransformationOperator {
pub geometric_representation_item: GeometricRepresentationItem,
pub functionally_defined_transformation: FunctionallyDefinedTransformation,
pub axis1: Option<Direction>,
pub axis2: Option<Direction>,
pub local_origin: CartesianPoint,
pub scale: Option<f64>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
functionally_defined_transformation: FunctionallyDefinedTransformation
axis1: Option<Direction>
axis2: Option<Direction>
local_origin: CartesianPoint
scale: Option<f64>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
functionally_defined_transformation: FunctionallyDefinedTransformation,
axis1: Option<Direction>,
axis2: Option<Direction>,
local_origin: CartesianPoint,
scale: Option<f64>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
functionally_defined_transformation: FunctionallyDefinedTransformation,
axis1: Option<Direction>,
axis2: Option<Direction>,
local_origin: CartesianPoint,
scale: Option<f64>
) -> Self
Constructs a new CartesianTransformationOperator
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CartesianTransformationOperator
impl Sync for CartesianTransformationOperator
impl Unpin for CartesianTransformationOperator
Blanket Implementations
Mutably borrows from an owned value. Read more