cartesian_point
- Last UpdatedJan 20, 2026
- 1 minute read
Express Format:
ENTITY cartesian_point;
|
coordinates : |
LIST [1:3] OF REAL; |
END_ENTITY;
TRI/2 File Format:
#45=cartesian_point((56.545, 172,033, 82.081));
Number of Attributes: 1
Description:
A cartesian_point is a point defined by its coordinates in a rectangular Cartesian coordinate system.
|
coordinates[1] : |
The first (x) coordinate of the point |
|
coordinates[2] : |
The second (y) coordinate of the point |
|
coordinates[3] : |
The third (z) coordinate of the point |