forward property

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

Starting at position, the forward 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: 'forward')
final List<double>? forward;