Skip to content

pointAt()

Description

Description of the method type.

Syntax

JS
pointAt(Parameter: Number) -> Point3

Parameters

Parameter Type Default Value Mandatory Description
Parameter Number ✅ Description.

Return value

Type Description
Point3 Description of the Return value.

Example

JS
let result = pointAt(value)
console.info(result)

See also

Last update: 14 August 2025, 18:47