struct
Phase::ReadonlyView::ReverseTransform
Defined in:
view_util/transforms.crConstructors
Instance Method Summary
-
#apply(coord : InputCoord(Int32)) : ReadonlyWrapper(OutputCoord(Int32), Int32)
must not mutate coord
- #compose(t : CoordTransform) : CoordTransform
Instance methods inherited from struct Phase::ReadonlyView::CoordTransform
apply(coord : InputCoord(Int32)) : ReadonlyWrapper(OutputCoord(Int32), Int32)
apply,
commutes_with?(t : CoordTransform) : Bool
commutes_with?,
compose(t : CoordTransform) : CoordTransform
compose,
initialize
initialize
Constructor methods inherited from struct Phase::ReadonlyView::CoordTransform
new
new
Constructor Detail
Instance Method Detail
Description copied from struct Phase::ReadonlyView::CoordTransform
must not mutate coord