mapbox-maps-android
/
com.mapbox.maps
/
Vec3(androidJvm)
Vec3(android
Jvm)
3 component vector.
class
Vec3(androidJvm)
:
Serializable
Content copied to clipboard
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
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
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