Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
positioning
/
io.attractions.positioning.model.coordinate.mapvector
/
MapVector3
Map
Vector3
data
class
MapVector3
(
val
x
:
Double
,
var
y
:
Double
,
val
z
:
Double
)
:
Parcelable
Represents a vector in the map coordinate system
Members
Constructors
Map
Vector3
Link copied to clipboard
constructor
(
mapVector2
:
MapVector2
,
z
:
Double
)
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
MapVector3
>
Properties
length
Link copied to clipboard
val
length
:
Double
x
Link copied to clipboard
val
x
:
Double
xy
Link copied to clipboard
val
xy
:
MapVector2
y
Link copied to clipboard
var
y
:
Double
z
Link copied to clipboard
val
z
:
Double
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
minus
Link copied to clipboard
operator
fun
minus
(
other
:
MapVector3
)
:
MapVector3
transformed
By
Link copied to clipboard
fun
transformedBy
(
matrix
:
Matrix4Double
)
:
MapVector3
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
MapVector3
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)