mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
Prepare Rectangle.cs and Vector2.cs to be promoted to a gist!
This commit is contained in:
parent
53c43f10fc
commit
be15bf85cb
2 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,11 @@ namespace SBRL.Utilities
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a rectangle in 2D space.
|
/// Represents a rectangle in 2D space.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <version>v0.1</version>
|
||||||
|
/// <changelog>
|
||||||
|
/// v0.1 - 1st April 2017
|
||||||
|
/// - Added this changelog!
|
||||||
|
/// </changelog>
|
||||||
public struct Rectangle
|
public struct Rectangle
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -6,6 +6,11 @@ namespace SBRL.Utilities
|
||||||
/// Represents a single point in 2D space.
|
/// Represents a single point in 2D space.
|
||||||
/// May also be used to represent a direction with a magnitude.
|
/// May also be used to represent a direction with a magnitude.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <version>v0.1</version>
|
||||||
|
/// <changelog>
|
||||||
|
/// v0.1 - 1st April 2017
|
||||||
|
/// - Added this changelog
|
||||||
|
/// </changelog>
|
||||||
public struct Vector2
|
public struct Vector2
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue