menu
three_dart package
documentation
three3d/math/vector3.dart
Vector3
setFromSpherical method
setFromSpherical method
dark_mode
light_mode
setFromSpherical
method
Vector3
setFromSpherical
(
dynamic
s
)
Implementation
Vector3 setFromSpherical(s) { return setFromSphericalCoords(s.radius, s.phi, s.theta); }
three_dart package
documentation
three3d/math/vector3
Vector3
setFromSpherical method
Vector3 class