Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
Terraria.DataStructures.Point16 Struct Reference

Public Member Functions

 Point16 (Point point)
 
 Point16 (int X, int Y)
 
 Point16 (short X, short Y)
 
Point16 Max (int compareX, int compareY)
 
Point16 Max (Point16 compareTo)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static Point16 Max (int firstX, int firstY, int secondX, int secondY)
 
static bool operator== (Point16 first, Point16 second)
 
static bool operator!= (Point16 first, Point16 second)
 

Public Attributes

readonly short X
 
readonly short Y
 

Static Public Attributes

static Point16 Zero = new Point16(0, 0)
 
static Point16 NegativeOne = new Point16(-1, -1)
 

Detailed Description

Definition at line 5 of file Point16.cs.


The documentation for this struct was generated from the following file: