Class TBGRAVerticalCylinderDeformationScanner

Unit

Declaration

type TBGRAVerticalCylinderDeformationScanner = class(TBGRACustomScanner)

Description

Scanners that distorts as a cylinder shape

Hierarchy

Overview

Fields

Protected FCenterX: single;
Protected FRadiusX: Single;
Protected FScanAtFunc: TScanAtFunction;
Protected FScanner: IBGRAScanner;

Methods

Public constructor Create(AScanner: IBGRAScanner; ACenterX: single; ARadiusX: single);
Public function ScanAt(X, Y: Single): TBGRAPixel; override;

Properties

Public property RadiusX: Single read FRadiusX;

Description

Fields

Protected FCenterX: single;

This item has no description.

Protected FRadiusX: Single;

This item has no description.

Protected FScanAtFunc: TScanAtFunction;

This item has no description.

Protected FScanner: IBGRAScanner;

This item has no description.

Methods

Public constructor Create(AScanner: IBGRAScanner; ACenterX: single; ARadiusX: single);

This item has no description.

Public function ScanAt(X, Y: Single): TBGRAPixel; override;

This item has no description.

Properties

Public property RadiusX: Single read FRadiusX;

This item has no description.