GH_Point3D
Public Struct
Public Method
Public Method
Public Field
x
Public Field
y
Public Field
z
Represents a 3D point coordinate with double precision floating point components.
Namespace: GH_IO.Types
Assembly: GH_IO (in GH_IO.dll)
Syntax
public struct GH_Point3D
The GH_Point3D type exposes the following members.
Constructors
Name
Description
Public Method
GH_Point3D
Constructor.
Methods
Name
Description
Public Method
ToString
Converts this structure to a human-readable string.
(Overrides ValueType.ToString..)
Fields
Name
Description
Public Field
x
X coordinate of point.
Public Field
y
Y coordinate of point.
Public Field
z
Z coordinate of point.