Class representing a point or vector in 3D space.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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.
|
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.
|
Version Information
Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also