X - the type of parameterY - the type of return valuepublic static interface Osgl.Bijection<X,Y> extends Osgl.Function<X,Y>
Bijection (mapping from X to Y is a special Osgl.Function that has an
inverse function by itself also a Bijection mapping from Y to X| Modifier and Type | Method and Description |
|---|---|
Osgl.Bijection<Y,X> |
invert()
Returns the inverse function mapping from
Y back to X |
applyOsgl.Bijection<Y,X> invert()
Y back to XY type element to X type elementCopyright © 2017. All Rights Reserved.