menu
openworld package
documentation
three_dart/three3d/math/index.dart
Plane
translate method
translate method
dark_mode
light_mode
translate
method
Plane
translate
(
Vector3
offset
)
Implementation
Plane translate(Vector3 offset) { constant -= offset.dot(normal); return this; }
openworld package
documentation
three_dart/three3d/math/index
Plane
translate method
Plane class