gis-tools-ts - v0.6.0
Preparing search index...
index
pointAddScalar
Function pointAddScalar
pointAddScalar
(
xyz
:
VectorPoint
,
n
:
number
)
:
VectorPoint
Take an XYZ Point and add an n to each component
Parameters
xyz
:
VectorPoint
The XYZ Point to add to.
n
:
number
The amount to add.
Returns
VectorPoint
The XYZ Point with the added amount.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
gis-tools-ts - v0.6.0
Loading...
Take an XYZ Point and add an n to each component