mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Improved MapProjections
This commit is contained in:
parent
82470435c7
commit
716cf950f3
6 changed files with 66 additions and 52 deletions
|
|
@ -6,6 +6,9 @@ using System;
|
|||
|
||||
namespace MapControl
|
||||
{
|
||||
/// <summary>
|
||||
/// Replaces Windows.UI.Xaml.Media.Matrix to achieve necessary floating point precision.
|
||||
/// </summary>
|
||||
public struct Matrix
|
||||
{
|
||||
public double M11 { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue