up property

  1. @JsonKey(name: 'up')
List<double>? up
final

Starting at position, the up unit vector. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn.

Implementation

@JsonKey(name: 'up')
final List<double>? up;