User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.make2drotation_double_boolean

Table of Contents

TGIS_SquareMatrix.Make2DRotation method

DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Make2DRotation | Constructors | Methods | Properties

Makes the 2D rotation matrix.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure Make2DRotation(
    const _angle : Double;
    const _cwise : Boolean
  );
// C++ Builder
public:
  void Make2DRotation(
    const double _angle,
    const bool _cwise
  );

Parameters

Name Type Description
_angle Double the angle of rotation
_cwise Boolean True for clockwise (Y to X); False for counterclockwise
2022/11/30 19:17

Page Tools