Skip to content

@technobuddha > library > Geometry

Coordinates

NameTypeDescription
CartesianTypeRepresents a point in 2D Cartesian coordinate space.
isCartesianFunctionDetermines if the provided value is a Cartesian point.
isPolarFunctionDetermines if the provided value is a Polar point.
OriginConstantThe origin of cartesian coordinates (0, 0)
PolarTypePolar coordinate (angle, radius)
toCartesianFunctionConvert polar coordinates to cartesian
toPolarFunctionConvert cartesian coordinates to polar
XYTypeRepresents a two-dimensional amount x and y aspects.