ST_Line3D

 

ST_Line3D - General Information

Overview

Type:

Data structure

Available as of:

V1.0.3.0

Inherits from:

-

Versions:

Current version

Description

This data structure defines a straight line in the 3-dimensional space which passes through the points stPoint1 and stPoint2. The points stPoint1 and stPoint2 must be different.

For the straight lines, the following default parameter representation is always used:

Line(Parameter) = Line.stPoint1 + Parameter * (Line.stPoint2 - Line.stPoint1)

Structure Elements

Variable

Data type

Description

stPoint1

ST_Vector3D

Point 1 of the straight line

stPoint2

ST_Vector3D

Point 2 of the straight line