CartesianVector3D
Published on May 11, 2020
VEC Version 1.2.0
Last updated on Jan 31, 2023
1 min read
Note: There is a newer version of this specification see VEC 2.1.0
A Cartesian vector in three-dimensional space.
General Information
Attribute | Value |
---|---|
Owner | geo_3d |
Applied Stereotype | |
Base Classifier | CartesianVector |
Is Abstract | false |
Derived Classifiers |
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|---|---|---|---|
x | Double | 1 | Specifies the x-coordinate in 3D space. |
CartesianVector3D |
y | Double | 1 | Specifies the y-coordinate in 3D space. |
CartesianVector3D |
z | Double | 1 | Specifies the z-coordinate in 3D space. |
CartesianVector3D |
Previous
Classes
Last updated on Jan 31, 2023