Class Direction
Package world.mappable.mapkit.geometry
java.lang.Object
↳ world.mappable.mapkit.geometry.Direction
class Direction implements Serializable
Represents the panorama direction.
Summary
Constructors
|
Signature and Description |
|
Direction(double azimuth, |
|
Direction() |
Methods
|
Type and modifiers |
Method and Description |
|
double |
getAzimuth() |
|
double |
getTilt() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Direction
|
Direction(double azimuth, |
Direction
|
Direction() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getAzimuth
|
double getAzimuth() |
Panorama azimuth.
getTilt
|
double getTilt() |
Panorama tilt.
serialize
|
@Override |