The methods of MonoMac.OpenGL.Vector2h are listed below. For a list of all members, see the Vector2h Members list.
See Also: Inherited members from System.ValueType
Equals(Vector2h)Returns a value indicating whether this instance is equal to a specified OpenTK.Half2 vector. | ||
FromBinaryStream(System.IO.BinaryReader)Updates the X and Y components of this instance by reading from a Stream. | ||
static | FromBytes(byte[], int)Converts an array of bytes into Half2. | |
static | GetBytes(Vector2h)Returns the Half2 as an array of bytes. | |
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Used by ISerialize to serialize the object. | ||
ToBinaryStream(System.IO.BinaryWriter)Writes the X and Y components of this instance into a Stream. | ||
override | ToString()Returns a string that contains this Half2's numbers in human-legible form. | |
ToVector2()Returns this Half2 instance's contents as Vector2. | ||
ToVector2d()Returns this Half2 instance's contents as Vector2d. | ||