menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
setX method
setX method
dark_mode
light_mode
setX
method
Vector3
setX
(
double
x
)
Implementation
Vector3 setX(double x) { this.x = x; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector3
setX method
Vector3 class