Class TPolygonalSlice

DescriptionHierarchyFieldsMethodsProperties

Unit

Slices

Declaration

type TPolygonalSlice = class(TSlice)

Description

Class implementing a slice of an object with arbititrary number of of corners (the result being a polygon).

Hierarchy

TPolygonalSlice > TSlice > TObject

Methods

Overview

Public constructor Create;
Public constructor CreateAndSet(Slice: TSlice); override;
Public destructor Destroy; override;
Public procedure AddCornerCoordinatePair(x1, y1, x2, y2: real);
Public procedure Clear; override;

Description

Public constructor Create;
 
Public constructor CreateAndSet(Slice: TSlice); override;
 
Public destructor Destroy; override;
 
Public procedure AddCornerCoordinatePair(x1, y1, x2, y2: real);
 
Public procedure Clear; override;
 

Properties

Overview

Public property CornerCoordinatePairs: TMatrix;
Public property M[i,j: integer]: real;
Public property NumberOfLines: integer;

Description

Public property CornerCoordinatePairs: TMatrix;
 
Public property M[i,j: integer]: real;
 
Public property NumberOfLines: integer;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:50