Create a point from cylindrical {angle,radius,elevation} coordinates
ID
tool-vector-point-cylindrical
Name
Point Cylindrical
Group
Vector
Package
Tool
Keywords
Render
Node returns a point from cylindrical {angle,radius,elevation} coordinates
Numbers to Points
Construct Point
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
plane | Plane | Plane defining cylindrical coordinate space | |
angle | Number | Angle in radians for rotation | 3.141592653589793 |
radius | Number | Radius of cylinder | 10 |
height | Number | Height of point | 10 |
Outputs
Name | Type | Description |
---|---|---|
point | Point | Point |