✨ 🔃 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
|
if (max !== undefined && value > max) return max
|
||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user