Cad3DPoint

Cad3DPoint class

public class Cad3DPoint : Cad2DPoint

Конструкторы

ИмяОписание
Cad3DPoint()Конструктор по умолчанию.
Cad3DPoint(double, double)
Cad3DPoint(double, double, double)

Характеристики

ИмяОписание
X { get; set; }
Y { get; set; }
Z { get; set; }

Методы

ИмяОписание
static Cross(Cad3DPoint, Cad3DPoint)
static Max(Cad3DPoint, Cad3DPoint)
static Min(Cad3DPoint, Cad3DPoint)
static RotatePoint(Cad3DPoint, Cad3DPoint, double)
Distance(Cad2DPoint)
Distance(Cad3DPoint)
GetApsPoint()
Inverse()
Length()
static AngleBetween3Points(Cad3DPoint, Cad3DPoint, Cad3DPoint)
static Dot(Cad3DPoint, Cad3DPoint)
operator +
operator *
operator -

Смотрите также