Function Point2D from images
Brief description
Point2D(x:double,y:double):Point2D
Creates a point primitive More ...
Function information
| Name: | Point2D |
| Base: | |
| Group: | Imageprocessing plugins:Primitives |
| Icon: | primitive.png |
| Color: | green |
| Authors: | |
| Copyright: |
Detailed description
Creates a point primitive
Input parameters
-
x:
double
- X-Coordinate
-
y:
double
- Y-Coordinate
Return values
-
Default return value:
Point2D
- New point primitive
