User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_squarematrix.make2drotation_double_boolean

Table of Contents

TGIS_SquareMatrix.Make2DRotation method

DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Make2DRotation | Constructors | Methods | Properties

Makes the 2D rotation matrix.

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

Syntax

// C#
public void Make2DRotation(
  double _angle,
  bool _cwise
);
' VisualBasic
Public Sub Make2DRotation(
  ByVal _angle As Double,
  ByVal _cwise As Boolean
)
// Oxygene
public
  procedure Make2DRotation(
    _angle : Double;
    _cwise : Boolean
  );

Parameters

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

Page Tools