Geom.radiusY()¶
Description¶
Radius of a point in the XOZ plane, zero at [0,0,0].
Syntax¶
Parameters¶
Parameter | Type | Default Value | Mandatory | Description |
---|---|---|---|---|
point |
Point3 |
— | Point in three-dimensional space. | |
x |
Number |
— | x-coordinate of the point | |
y |
Number |
— | y-coordinate of the point | |
z |
Number |
— | z-coordinate of the point |
Note
Can pass either a Point3
object, or separate x
, y
, z
values.
Return value¶
Type | Description |
---|---|
Number |
Radius of the point relative to [0,0,0] . |
Example¶
JS | |
---|---|