struct

Harmonica::Point

Inherits Struct < Value < Object

Represents a point containing the X, Y, Z coordinates of the point on a plane.

Constructors

new(x : Float64, y : Float64, z : Float64 = 0.0)
Source

Instance methods