LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
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.
 
double Y1
 minimum Y coordinate.
 
double Z1
 minimum Z coordinate.
 
double X2
 maximum X coordinate.
 
double Y2
 maximum Y coordinate.
 
double Z2
 maximum Z coordinate.
 

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: