Метод | Описание | |
---|---|---|
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 |
public static GreatCirclePole ( Vector3D p1, Vector3D p2, Vector3D &pole1, Vector3D &pole2 ) : void | ||
p1 | Vector3D | |
p2 | Vector3D | |
pole1 | Vector3D | |
pole2 | Vector3D | |
Результат | void |
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 |
public static PlaneToSphere ( Vector3D planePoint ) : Vector3D | ||
planePoint | Vector3D | |
Результат | Vector3D |
public static SphereToPlane ( Vector3D spherePoint ) : Vector3D | ||
spherePoint | Vector3D | |
Результат | Vector3D |
public static e2sNorm ( double eNorm ) : double | ||
eNorm | double | |
Результат | double |
public static s2eNorm ( double sNorm ) : double | ||
sNorm | double | |
Результат | double |