Change to the Normalized Pixel Percentage Formula
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
public interface ILocation
|
||||
{
|
||||
|
||||
const int Digits = 6;
|
||||
const int Factor = 1000000;
|
||||
const int Digits = 9;
|
||||
const int Factor = 10000;
|
||||
|
||||
}
|
Reference in New Issue
Block a user