StructureJS

0.15.2

A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.

Point Class

Defined in: ts/geom/Point.ts:1
Module: geom
Parent Module: StructureJS

The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.

Index

Show:

Properties

Properties

x Number public

Defined in ts/geom/Point.ts:12

The horizontal coordinate of the point.

y Number public

Defined in ts/geom/Point.ts:21

The vertical coordinate of the point.

There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. index

Constructor

Point ()

Defined in ts/geom/Point.ts:1