The Tuple3D type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Tuple3D |
Initializes a new instance of the Tuple3D structure.
|
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Equality |
Compares two Tuple3D structures for equality.
| |
Inequality |
Compares two Tuple3D structures for inequality.
|
Properties
Name | Description | |
---|---|---|
X |
Gets the x component.
| |
Y |
Gets the y component.
| |
Z |
Gets the z component.
|
See Also