ITransform2D Description interface Tinman.Terrain.Util.ITransform2D Extended by ITransform3D Base interface for classes that provide a transformation between two-dimensional coordinate systems. Public / Methods TransformCoordinates [Pure] public method TransformCoordinates → (2) x in : float64 The source X-coordinate. y in : float64 The source Y-coordinate. returns → Vec2D The target coordinates. Transforms the given coordinates. Extensions TransformCoordinates [Pure] public static method TransformCoordinates → (1) v in : Vec2D The source coordinates. returns → Vec2D The target coordinates. Transforms the given coordinates. IStreamingTarget ITransform3D