Initializes a new instance of the Tuple3D structure.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public Tuple3D( double x, double y, double z )
Parameters
- x
- Type: SystemDouble
x component. - y
- Type: SystemDouble
y component. - z
- Type: SystemDouble
z component.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also