ST_Parallelogram - General Information
|
Type: |
Data structure |
|
Available as of: |
V1.0.3.0 |
|
Inherits from: |
- |
|
Versions: |
Current version |
This data structure defines a parallelogram in 2-dimensional space. The parallelogram is defined by specifying the position vectors of three points.
The meaning of these points can be taken from the following figure:
|
Variable |
Data type |
Description |
|---|---|---|
|
stBasePoint |
Common point of the sides to be spanned |
|
|
stSpanPoint1 |
Defines the first side to be spanned, together with stBasePoint. |
|
|
stSpanPoint2 |
Defines the second side to be spanned, together with stBasePoint. |