Class representing a point or vector in 3D space.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(4, 0)] public struct Tuple3D : ISerializable
The Tuple3D type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Tuple3D |
Initializes a new instance of the Tuple3D structure.
|
Properties
| Name | Description | |
|---|---|---|
| X |
Gets the x component.
| |
| Y |
Gets the y component.
| |
| Z |
Gets the z component.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Compares two Tuple3D structures for equality.
| |
| Inequality |
Compares two Tuple3D structures for inequality.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Implements ISerializable.
|
Version Information
See Also