Skip to content

GH_Point4D

Public Struct

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

Namespace: GH_IO.Types

Assembly: GH_IO (in GH_IO.dll)

Syntax

public struct GH_Point4D

The GH_Point4D 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
w

W coordinate of point.


Public Field
x

X coordinate of point.


Public Field
y

Y coordinate of point.


Public Field
z

Z coordinate of point.