✨ 🔃 geometry.ts
This commit is contained in:
@@ -95,3 +95,4 @@ export function clamp(value: number, min?: number, max?: number): number {
|
||||
if (max !== undefined && value > max) return max
|
||||
return value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user