menu
three_dart package
documentation
three3d/math/cylindrical.dart
Cylindrical
setFromVector3 method
setFromVector3 method
dark_mode
light_mode
setFromVector3
method
Cylindrical
setFromVector3
(
Vector3
v
)
Implementation
Cylindrical setFromVector3(Vector3 v) { return setFromCartesianCoords(v.x, v.y, v.z); }
three_dart package
documentation
three3d/math/cylindrical
Cylindrical
setFromVector3 method
Cylindrical class