Skip to content

GH_Point2D

Public Struct

Represents a 2D point coordinate with double precision floating point components.

Namespace: GH_IO.Types

Assembly: GH_IO (in GH_IO.dll)

Syntax

public struct GH_Point2D

The GH_Point2D type exposes the following members.

Constructors

Name

Description


Public Method

Constructor.


Methods

Name

Description


Public Method

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.