ST_Parallelogram

 

ST_Parallelogram - General Information

Overview

Type:

Data structure

Available as of:

V1.0.3.0

Inherits from:

-

Versions:

Current version

Description

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:

G-SE-0068453.1.gif-high.gif

 

 

Structure Elements

Variable

Data type

Description

stBasePoint

ST_Vector2D

Common point of the sides to be spanned

stSpanPoint1

ST_Vector2D

Defines the first side to be spanned, together with stBasePoint.

stSpanPoint2

ST_Vector2D

Defines the second side to be spanned, together with stBasePoint.