This is preliminary documentation and is subject to change.
Defines a three component vector, using half precision floating point coordinates.
| C# | Visual Basic | C++/CLI |
[SerializableAttribute] public struct Half3 : IEquatable<Half3>
<SerializableAttribute> _ Public Structure Half3 _ Implements IEquatable(Of Half3)
[SerializableAttribute] public value class Half3 : IEquatable<Half3>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Half3(Half, Half, Half) |
Initializes a new instance of the Half3 structure.
| |
| Half3(Half) |
Initializes a new instance of the Half3 structure.
| |
| Equality(Half3, Half3) |
Tests for equality between two objects.
| |
| Equals(Half3%, Half3%) |
Determines whether the specified object instances are considered equal.
| |
| Equals(Half3) |
Returns a value that indicates whether the current instance is equal to the specified object.
| |
| Equals(Object) |
Returns a value that indicates whether the current instance is equal to a specified object.
(Overrides ValueType.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() |
Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Inequality(Half3, Half3) |
Tests for inequality between two objects.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| X |
Gets or sets the X component of the vector.
| |
| Y |
Gets or sets the Y component of the vector.
| |
| Z |
Gets or sets the Z component of the vector.
|
Assembly: SlimDX (Module: SlimDX)