Package-level declarations

Types

Link copied to clipboard
data class Acceleration<T>(val linearVelocity: Vector<T>? = null, val angularVelocity: Vector<T>, val linearAcceleration: Vector<T>? = null, val angularAcceleration: Vector<T>)

Class for hold physics data

Link copied to clipboard
sealed class CityType

Class that represent different cities types

Link copied to clipboard
sealed class CompanyType

Class that hold companies information

Link copied to clipboard
data class GenericResource(val id: String, val name: String)

Generic class to hold id and name properties

Link copied to clipboard
data class Offset<T>(val position: Vector<T>, val orientation: OrientationVector<T>)

Class for hold offsets of Vector&OrientationVector

Link copied to clipboard
data class OrientationVector<T>(val heading: T, val pitch: T, val roll: T)

Three-dimensional orientation vector

Link copied to clipboard
data class Vector<T>(val x: T, val y: T, val z: T)

Three-dimensional vector

Link copied to clipboard
data class WarningLevels(val factor: Float, val isEnabled: Boolean)

Class that hold warnings