Language
The Free and Open Productivity Suite
:: drafts :: com :: sun :: star :: geometry ::
|
| interface XMapping2D |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XMapping2D
|
- Description
- Interface for an arbitrary bijective mapping from R^2 to R^2
|
| Methods' Summary |
| map |
Forward 2D mapping function
|
| mapInverse |
Inverse 2D mapping function. The following invariant must
hold: map(mapInverse(p))=p. This effectively rules out
non-bijective mappings.
|
| Methods' Details |
map
- Description
- Forward 2D mapping function
|
|
mapInverse
- Description
- Inverse 2D mapping function. The following invariant must
hold: map(mapInverse(p))=p. This effectively rules out
non-bijective mappings.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.