TurnAnglePrecision
Description
Switches between pixel-precise or subpixel-precise operation.
namespace TurnAnglePrecision
{
enum Type
{
PointPrecise,
SubpointPrecise
};
}
Switches between pixel-precise or subpixel-precise operation.
namespace TurnAnglePrecision
{
enum Type
{
PointPrecise,
SubpointPrecise
};
}