Unit msetriaglob

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record triainfoty  
Record triagcty  

Types

trianglety = array[0..2] of pointty;
ptrianglety = ˆtrianglety;
triaflagty = (...);
triaflagsty = set of triaflagty;

Constants

triacapflags: array[capstylety] of triaflagsty = ( [trf_capbutt],[trf_capround],[trf_capprojecting]);
triajoinflags: array[joinstylety] of triaflagsty = ( [trf_joinmiter],[trf_joinround],[trf_joinbevel]);
triacapmask = [trf_capbutt,trf_capround,trf_capprojecting];
triajoinmask = [trf_joinmiter,trf_joinround,trf_joinbevel];

Description

Types

trianglety = array[0..2] of pointty;
 
ptrianglety = ˆtrianglety;
 
triaflagty = (...);
 
Values
  • trf_capbutt
  • trf_capround
  • trf_capprojecting
  • trf_joinmiter
  • trf_joinround
  • trf_joinbevel
triaflagsty = set of triaflagty;
 

Constants

triacapflags: array[capstylety] of triaflagsty = ( [trf_capbutt],[trf_capround],[trf_capprojecting]);
 
triajoinflags: array[joinstylety] of triaflagsty = ( [trf_joinmiter],[trf_joinround],[trf_joinbevel]);
 
triacapmask = [trf_capbutt,trf_capround,trf_capprojecting];
 
triajoinmask = [trf_joinmiter,trf_joinround,trf_joinbevel];
 

Generated by PasDoc 0.16.0.