Custom Query (36 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 36)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#38 wontfix Handle multiple instances of f0 viewer on a single web page mmichalski Maciej Komosinski
Description

For now, something wrong happens and coordinates of html elements that display the viewer get mixed

#54 fixed ModelGeometry and fF: fix conv_fF and scale<1 and find_hole==-1 oriona Maciej Komosinski
Description
  • investigate and understand the find_hole() function in fF
  • discover why it fails for scaled down spheres
  • fix it and/or try to replace it with a sphere sampling algorithm from ModelGeometry?
#42 fixed ModelGeometry division by 0.0 for a single ellipsoid shape oriona Maciej Komosinski
Description

For the following structure/genotype:

Simulator.print(ModelGeometry.forModel(Model.newFromString("//0\np:sh=1\n")).area());

in externalAreaOfSurface(), in the second iteration of

	while (surface.tryGetNext(point))

In function

void MeshBuilder::EllipsoidSurface::findNextAreaEdgeAndPhase()

There is div by 0.0 (invalid FP operation) because edge.x and edge.z are 0.0:

limit.z = edge.z*edge.z / sqrt(edge.x*edge.x + edge.z*edge.z);

Similar defect to fix: numerous sqrt: DOMAIN error exceptions when running geometry unit tests.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.