mapbox-maps-android
/
com.mapbox.maps
/
Vec3
Vec3
class
Vec3
:
Serializable
Content copied to clipboard
3 component vector.
Constructors
Functions
Properties
Constructors
Vec3
Link copied to clipboard
open fun
Vec3
(x:
Double
, y:
Double
, z:
Double
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
x
Link copied to clipboard
private val
x
:
Double
Content copied to clipboard
y
Link copied to clipboard
private val
y
:
Double
Content copied to clipboard
z
Link copied to clipboard
private val
z
:
Double
Content copied to clipboard