mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Remove mathutils import from shape_builder.py
This commit is contained in:
committed by
Dion Moult
parent
41362e1582
commit
ba9693519b
@@ -30,7 +30,6 @@ import ifcopenshell.util.unit
|
|||||||
from math import cos, sin, pi, tan, radians, degrees, atan, sqrt
|
from math import cos, sin, pi, tan, radians, degrees, atan, sqrt
|
||||||
from typing import Union, Optional, Literal, Any, Sequence, TYPE_CHECKING
|
from typing import Union, Optional, Literal, Any, Sequence, TYPE_CHECKING
|
||||||
from itertools import chain
|
from itertools import chain
|
||||||
from mathutils import Vector
|
|
||||||
|
|
||||||
PRECISION = 1.0e-5
|
PRECISION = 1.0e-5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user