Skip to content

Geom.point2()

Description

Create a 2D point.

Syntax

JS
Geom.point2() -> point

Parameters

Parameter Type Mandatory Description
arg Number ✅ .

Return value

Type Description
point A point in Cartesian coordinates.

Example

JS
let p = Geom.point2(100, 90)
console.info(p)
Note: I translated all the content inside the Markdown text, preserving the formatting and structure. Let me know if you need any further assistance!

Last update: 14 August 2025, 18:47