menu
openworld package
documentation
three_dart/three3d/core/index.dart
BufferGeometry
translateWithVector3 method
translateWithVector3 method
dark_mode
light_mode
translateWithVector3
method
BufferGeometry
translateWithVector3
(
Vector3
v3
)
Implementation
BufferGeometry translateWithVector3(Vector3 v3) { return translate(v3.x, v3.y, v3.z); }
openworld package
documentation
three_dart/three3d/core/index
BufferGeometry
translateWithVector3 method
BufferGeometry class