Spherical.R2.Point

Represents a point in ℝ².

Source

Summary

new(x)

Returns a point

new(x, y)

Returns a point from a to b

Types

t :: %Spherical.R2.Point{x: number, y: number}

Functions

new(x)

Returns a point.

Source
new(x, y)

Returns a point from a to b.

Source