right property

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

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