Метод | Описание | |
---|---|---|
HyperboloidToPlane ( Vector3D hyperboloidPoint ) : Vector3D | ||
NormalizeToHyperboloid ( Vector3D &v ) : void | ||
PlaneToHyperboloid ( Vector3D planePoint ) : Vector3D |
See http://en.wikipedia.org/wiki/Poincar%C3%A9_disk_model#Relation_to_the_hyperboloid_model
|
|
PlaneToSphere ( Vector3D planePoint ) : Vector3D | ||
PlaneToSphereSafe ( Vector3D planePoint ) : Vector3D | ||
R3toS3 ( Vector3D p ) : Vector3D | ||
S3toR3 ( Vector3D p ) : Vector3D | ||
SphereToPlane ( Vector3D spherePoint ) : Vector3D |
public static HyperboloidToPlane ( Vector3D hyperboloidPoint ) : Vector3D | ||
hyperboloidPoint | Vector3D | |
Результат | Vector3D |
public static NormalizeToHyperboloid ( Vector3D &v ) : void | ||
v | Vector3D | |
Результат | void |
public static PlaneToHyperboloid ( Vector3D planePoint ) : Vector3D | ||
planePoint | Vector3D | |
Результат | Vector3D |
public static PlaneToSphere ( Vector3D planePoint ) : Vector3D | ||
planePoint | Vector3D | |
Результат | Vector3D |
public static PlaneToSphereSafe ( Vector3D planePoint ) : Vector3D | ||
planePoint | Vector3D | |
Результат | Vector3D |
public static R3toS3 ( Vector3D p ) : Vector3D | ||
p | Vector3D | |
Результат | Vector3D |
public static S3toR3 ( Vector3D p ) : Vector3D | ||
p | Vector3D | |
Результат | Vector3D |
public static SphereToPlane ( Vector3D spherePoint ) : Vector3D | ||
spherePoint | Vector3D | |
Результат | Vector3D |