Open Elvira2227 opened 2 years ago
Describe the bug Calculation of IfcSine and IfcCosine takes a long time.
IfcSine
IfcCosine
To Reproduce Steps to reproduce the behavior:
CurveConverter.h
CMake configuration If applicable, list any special configurations you have selected in CMake.
Additional context On my machine it took approximately 9 minutes.
Well that's just how the calculation is organized. Improvements are definitely possible. But I would argue that this currently has a low priority.
Describe the bug Calculation of
IfcSine
andIfcCosine
takes a long time.To Reproduce Steps to reproduce the behavior:
CurveConverter.h
IfcSine
or to the line 2748 forIfcCosine
CMake configuration If applicable, list any special configurations you have selected in CMake.
Additional context On my machine it took approximately 9 minutes.