Structures

 

ST_Vector3D

Overview

Type:

Structure

Available as of:

V1.0.0.0

Inherits from:

-

Description

The structure ST_Vector3 represents a Cartesian vector in a three-dimensional space.

Structure Elements

Name

Data type

Description

lrX

LREAL

Component of the vector in X direction.

lrY

LREAL

Component of the vector in Y direction.

lrZ

LREAL

Component of the vector in Z direction.