menu
u package
documentation
plugins/ar/u_ar_platform.dart
UArVector3
operator - method
operator - method
dark_mode
light_mode
operator -
method
UArVector3
operator -
(
UArVector3
other
)
Implementation
UArVector3 operator -(UArVector3 other) => UArVector3(x - other.x, y - other.y, z - other.z);
u package
documentation
plugins/ar/u_ar_platform
UArVector3
operator - method
UArVector3 class