HciCoordSystem

data class HciCoordSystem(index: Int, id: String?, name: String?, picture: String?, type: HciCoord.Type, dim: Int?)

Properties

dim
Link copied to clipboard
val dim: Int?

The number of dimensions used in this coordinate system

id
Link copied to clipboard
val id: String?

The id of this coordinate system

index
Link copied to clipboard
val index: Int = 0

The index of this coordinate system

name
Link copied to clipboard
val name: String?

The name of this coordinate system

picture
Link copied to clipboard
val picture: String?

The picture of this coordinate system

type
Link copied to clipboard
val type: HciCoord.Type

The type of this coordinate system