point Derived Type

type, public :: point

Defines a point in 3D, Cartesian space.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: x

The x-coordinate.

real(kind=real64), public :: y

The y-coordinate.

real(kind=real64), public :: z

The z-coordinate.