C# Класс R3.Geometry.Spherical2D

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

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

Метод Описание
GreatCirclePole ( Vector3D p1, Vector3D p2, Vector3D &pole1, Vector3D &pole2 ) : void

Same as above, but with implicit sphere geometry. A radius 1 sphere with the center at the origin.

GreatCirclePole ( Vector3D sphereCenter, Vector3D p1, Vector3D p2, Vector3D &pole1, Vector3D &pole2 ) : void

Calculates the two poles of a great circle defined by two points.

PlaneToSphere ( Vector3D planePoint ) : Vector3D

Sphere geometry is implicit. A radius 1 sphere with the center at the origin.

SphereToPlane ( Vector3D spherePoint ) : Vector3D

Sphere geometry is implicit. A radius 1 sphere with the center at the origin.

e2sNorm ( double eNorm ) : double
s2eNorm ( double sNorm ) : double

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

GreatCirclePole() публичный статический Метод

Same as above, but with implicit sphere geometry. A radius 1 sphere with the center at the origin.
public static GreatCirclePole ( Vector3D p1, Vector3D p2, Vector3D &pole1, Vector3D &pole2 ) : void
p1 Vector3D
p2 Vector3D
pole1 Vector3D
pole2 Vector3D
Результат void

GreatCirclePole() публичный статический Метод

Calculates the two poles of a great circle defined by two points.
public static GreatCirclePole ( Vector3D sphereCenter, Vector3D p1, Vector3D p2, Vector3D &pole1, Vector3D &pole2 ) : void
sphereCenter Vector3D
p1 Vector3D
p2 Vector3D
pole1 Vector3D
pole2 Vector3D
Результат void

PlaneToSphere() публичный статический Метод

Sphere geometry is implicit. A radius 1 sphere with the center at the origin.
public static PlaneToSphere ( Vector3D planePoint ) : Vector3D
planePoint Vector3D
Результат Vector3D

SphereToPlane() публичный статический Метод

Sphere geometry is implicit. A radius 1 sphere with the center at the origin.
public static SphereToPlane ( Vector3D spherePoint ) : Vector3D
spherePoint Vector3D
Результат Vector3D

e2sNorm() публичный статический Метод

public static e2sNorm ( double eNorm ) : double
eNorm double
Результат double

s2eNorm() публичный статический Метод

public static s2eNorm ( double sNorm ) : double
sNorm double
Результат double