File tree Expand file tree Collapse file tree 1 file changed +44
-4
lines changed Expand file tree Collapse file tree 1 file changed +44
-4
lines changed Original file line number Diff line number Diff line change 1- # CoordinateTransformations.jl documentation
1+ # API Reference
22
3- ## API Reference
3+ ## Transformations
4+ ``` @docs
5+ Transformation
6+ CoordinateTransformations.ComposedTransformation
7+ IdentityTransformation
8+ PerspectiveMap
9+ inv
10+ cameramap
11+ compose
12+ recenter
13+ transform_deriv
14+ transform_deriv_params
15+ ```
16+
17+ ## Affine maps
18+ ``` @docs
19+ AbstractAffineMap
20+ AffineMap
21+ AffineMap(::Transformation, ::Any)
22+ AffineMap(::Pair)
23+ LinearMap
24+ Translation
25+ ```
26+
27+ ## 2D Coordinates
28+ ``` @docs
29+ Polar
30+ PolarFromCartesian
31+ CartesianFromPolar
32+ ```
33+
34+ ## 3D Coordinates
35+ ``` @docs
36+ Cylindrical
37+ Spherical
38+ ```
439
5- ``` @autodocs
6- Modules = [CoordinateTransformations]
40+ ``` @docs
41+ CartesianFromCylindrical
42+ CartesianFromSpherical
43+ CylindricalFromCartesian
44+ CylindricalFromSpherical
45+ SphericalFromCartesian
46+ SphericalFromCylindrical
747```
You can’t perform that action at this time.
0 commit comments