menu
three_dart package
documentation
three3d/math/box3.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); }
three_dart package
documentation
three3d/math/box3
Box3
clampPoint method
Box3 class