LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
RealRectangle3D Struct Reference

This structure contains the necessary information for a three-dimensional cube. More...

import"RealRectangle3D.idl";

Public Attributes

double X1
 minimum X coordinate. More...
 
double Y1
 minimum Y coordinate. More...
 
double Z1
 minimum Z coordinate. More...
 
double X2
 maximum X coordinate. More...
 
double Y2
 maximum Y coordinate. More...
 
double Z2
 maximum Z coordinate. More...
 

Detailed Description

This structure contains the necessary information for a three-dimensional cube.

Since
OOo 2.0

Member Data Documentation

◆ X1

double X1

minimum X coordinate.

◆ X2

double X2

maximum X coordinate.

Must be greater than X1 for non-empty cubes.

.

◆ Y1

double Y1

minimum Y coordinate.

◆ Y2

double Y2

maximum Y coordinate.

Must be greater than Y1 for non-empty cubes.

◆ Z1

double Z1

minimum Z coordinate.

◆ Z2

double Z2

maximum Z coordinate.

Must be greater than Z1 for non-empty cubes.


The documentation for this struct was generated from the following file: