Class Span
Package world.mappable.mapkit.geometry
java.lang.Object
↳ world.mappable.mapkit.geometry.Span
class Span implements Serializable
The panorama field of view.
Summary
Constructors
|
Signature and Description |
|
Span(double horizontalAngle, |
|
Span() |
Methods
|
Type and modifiers |
Method and Description |
|
double |
getHorizontalAngle() |
|
double |
getVerticalAngle() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Span
|
Span(double horizontalAngle, |
Span
|
Span() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getHorizontalAngle
|
double getHorizontalAngle() |
The horizontal view angle.
getVerticalAngle
|
double getVerticalAngle() |
The vertical view angle.
serialize
|
@Override |