struct Phase::ReadonlyView::IdentityTransform

Overview

done

Defined in:

view_util/transforms.cr

Instance Method Summary

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

Instance Method Detail

def apply(coord : InputCoord(Int32)) : ReadonlyWrapper(OutputCoord(Int32), Int32) #
Description copied from struct Phase::ReadonlyView::CoordTransform

must not mutate coord


[View source]
def compose(t : CoordTransform) : CoordTransform #

[View source]