Struct visioncortex::RectangularTransform [−][src]
pub struct RectangularTransform {
pub a: BoundingRect,
pub b: BoundingRect,
}Expand description
Equivalent to a Homothetic transform
Fields
a: BoundingRectb: BoundingRectImplementations
Trait Implementations
Returns the “default value” for a type. Read more