Point class is used in coordinate values which specify the start point or direction.
The class can be created from Application class.
.
More...
Inherits PointBase.
|
| double | GetX () |
| | Returns the value of the X-coordinate as a real number. More...
|
| |
| double | GetY () |
| | Returns the value of the Y-coordinate as a real number. More...
|
| |
| double | GetZ () |
| | Returns the value of the Z-coordinate as a real number. More...
|
| |
| void | Set (double x, double y, double z) |
| | Specifies the coordinate values (X, Y, Z). More...
|
| |
| void | SetX (double x) |
| | Specifies the value of the X-coordinate. More...
|
| |
| void | SetY (double y) |
| | Specifies the value of the Y-coordinate. More...
|
| |
| void | SetZ (double z) |
| | Specifies the value of the Z-coordinate. More...
|
| |
| Variant | Value () |
| | Returns a value as a table. More...
|
| |
| double | x () |
| | Returns the value of the X-coordinate as a real number. More...
|
| |
| double | y () |
| | Returns the value of the Y-coordinate as a real number. More...
|
| |
| double | z () |
| | Returns the value of the Z-coordinate as a real number. More...
|
| |
Point class is used in coordinate values which specify the start point or direction.
The class can be created from Application class.
.
Example of calling the class object:
Returns the value of the X-coordinate as a real number.
- Returns
- Value of the X-coordinate
Returns the value of the Y-coordinate as a real number.
- Returns
- Value of the Y-coordinate
Returns the value of the Z-coordinate as a real number.
- Returns
- Value of the Z-coordinate
| void Point::Set |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Specifies the coordinate values (X, Y, Z).
- Parameters
-
| x | Value of the X-coordinate |
| y | Value of the Y-coordinate |
| z | Value of the Z-coordinate |
| void Point::SetX |
( |
double |
x | ) |
|
Specifies the value of the X-coordinate.
- Parameters
-
| x | Value of the X-coordinate |
| void Point::SetY |
( |
double |
y | ) |
|
Specifies the value of the Y-coordinate.
- Parameters
-
| y | Value of the Y-coordinate |
| void Point::SetZ |
( |
double |
z | ) |
|
Specifies the value of the Z-coordinate.
- Parameters
-
| z | Value of the Z-coordinate |
Returns a value as a table.
- Returns
- Value of the coordinates (X, Y, Z)
Returns the value of the X-coordinate as a real number.
- Returns
- Value of the X-coordinate
This is the property of Point class. It can be used the same way as GetX() .
Returns the value of the Y-coordinate as a real number.
- Returns
- Value of the Y-coordinate
This is the property of Point class. It can be used the same way as GetY() .
Returns the value of the Z-coordinate as a real number.
- Returns
- Value of the Z-coordinate
This is the property of Point class. It can be used the same way as GetZ() .