Class RectD
Inheritance
System.Object
RectD
Namespace:Mapbox.Utils
Assembly:Mapbox.Utils.dll
Syntax
public class RectD : object
Constructors
RectD(Vector2d, Vector2d)
Declaration
public RectD(Vector2d min, Vector2d size)
Parameters
Properties
Center
Declaration
public Vector2d Center { get; }
Property Value
Max
Declaration
public Vector2d Max { get; }
Property Value
Min
Declaration
public Vector2d Min { get; }
Property Value
Size
Declaration
public Vector2d Size { get; }
Property Value
Methods
Contains(Vector2d)
Declaration
public bool Contains(Vector2d point)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|