Unit msetriaglob
Uses
Functions and Procedures
Variables
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
|
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.