The members of MonoMac.OpenGL.Vector3h are listed below.
See Also: Inherited members from System.ValueType
| Constructs a new instance. | ||
| The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. | ||
| The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. This is the fastest constructor. | ||
| The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. | ||
| The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. This is the faster constructor. | ||
| Constructs a new instance. | ||
| The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. | ||
| The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. | ||
| The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. | ||
| The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. | ||
| Constructor used by ISerializable to deserialize the object. | ||
| The new Half3 instance will avoid conversion and copy directly from the Half parameters. | ||
| The new Half3 instance will convert the 3 parameters into 16-bit half-precision floating-point. | ||
| The new Half3 instance will convert the 3 parameters into 16-bit half-precision floating-point. |
Equals(Vector3h)Returns a value indicating whether this instance is equal to a specified OpenTK.Half3 vector. | ||
FromBinaryStream(System.IO.BinaryReader)Updates the X,Y and Z components of this instance by reading from a Stream. | ||
static | FromBytes(byte[], int)Converts an array of bytes into Half3. | |
static | GetBytes(Vector3h)Returns the Half3 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,Y and Z components of this instance into a Stream. | ||
override | ToString()Returns a string that contains this Half3's numbers in human-legible form. | |
ToVector3()Returns this Half3 instance's contents as Vector3. | ||
ToVector3d()Returns this Half3 instance's contents as Vector3d. | ||
static | Conversion to MonoMac.OpenGL.Vector3h(Explicit) | Converts OpenTK.Vector3 to OpenTK.Half3. |
static | Conversion to MonoMac.OpenGL.Vector3h(Explicit) | Converts OpenTK.Vector3d to OpenTK.Half3. |
static | Conversion to MonoMac.OpenGL.Vector3(Explicit) | Converts OpenTK.Half3 to OpenTK.Vector3. |
static | Conversion to MonoMac.OpenGL.Vector3d(Explicit) | Converts OpenTK.Half3 to OpenTK.Vector3d. |