menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box3
clampPoint method
clampPoint method
dark_mode
light_mode
clampPoint
method
Vector3
clampPoint
(
dynamic
point
,
Vector3
target
)
Implementation
Vector3 clampPoint(point, Vector3 target) { return target.copy(point).clamp(min, max); }
openworld package
documentation
three_dart/three3d/math/index
Box3
clampPoint method
Box3 class