C# Класс Accord.Math.Kinematics.DenavitHartenbergParameters

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DenavitHartenbergParameters ( ) : System

Denavit Hartenberg parameters constructor

DenavitHartenbergParameters ( double alpha, double theta, double radius, double offset ) : System

Initializes a new instance of the DenavitHartenbergParameters class.

Описание методов

DenavitHartenbergParameters() публичный Метод

Denavit Hartenberg parameters constructor
public DenavitHartenbergParameters ( ) : System
Результат System

DenavitHartenbergParameters() публичный Метод

Initializes a new instance of the DenavitHartenbergParameters class.
public DenavitHartenbergParameters ( double alpha, double theta, double radius, double offset ) : System
alpha double Angle (in radians) of the Z axis relative to the last joint.
theta double Angle (in radians) of the X axis relative to the last joint.
radius double Length or radius of the joint.
offset double Offset along Z axis relatively to the last joint.
Результат System