User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_squarematrix.make3drotationy_double_boolean

Table of Contents

TGIS_SquareMatrix.Make3DRotationY method

DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Make3DRotationY | Constructors | Methods | Properties

Makes the 3D rotation matrix around the Y axis; increases dimension to 3 if smaller, does not change dimension if larger than 3.

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

Syntax

// Java
public void Make3DRotationY(
  double _angle,
  bool _cwise
);
// Oxygene
public
  procedure Make3DRotationY(
    _angle : Double;
    _cwise : Boolean
  );

Parameters

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

Page Tools