menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
setFromCylindrical method
setFromCylindrical method
dark_mode
light_mode
setFromCylindrical
method
Vector3
setFromCylindrical
(
dynamic
c
)
Implementation
Vector3 setFromCylindrical(c) { return setFromCylindricalCoords(c.radius, c.theta, c.y); }
openworld package
documentation
three_dart/three3d/math/index
Vector3
setFromCylindrical method
Vector3 class