LibreCAD
›
LibreCAD-dev
Search
everywhere
only in this topic
Advanced Search
RS_MAXDOUBLE
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
3 messages
ravas
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
RS_MAXDOUBLE
This post was updated on
.
In rs.h:
#define RS_MAXDOUBLE 1.0E+10
What is the significance of this number?
---
In RS_Snapper::snapPoint:
double ds2Min=RS_MAXDOUBLE*RS_MAXDOUBLE;
What is the significance of this number?
It seems like we can just hardcode the product,
instead of squaring RS_MAXDOUBLE with every snap.
R. van Twisk
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: RS_MAXDOUBLE
Administrator
CONTENTS DELETED
The author has deleted this message.
ravas
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: RS_MAXDOUBLE
Bedankt!
Free forum by Nabble
Edit this page