|
| Point3D (double xd, double yd, double zd) |
|
| Point3D (double xd, double yd, double zd, string f) |
|
override string | ToString () |
|
|
static double | MinX [get] |
|
static double | MinY [get] |
|
static double | MinZ [get] |
|
static double | MaxX [get] |
|
static double | MaxY [get] |
|
static double | MaxZ [get] |
|
double | X [get, set] |
|
double | Y [get, set] |
|
double | Z [get, set] |
|
Definition at line 162 of file Units.cs.
◆ Point3D() [1/2]
BioCore.Point3D.Point3D |
( |
double |
xd, |
|
|
double |
yd, |
|
|
double |
zd |
|
) |
| |
◆ Point3D() [2/2]
BioCore.Point3D.Point3D |
( |
double |
xd, |
|
|
double |
yd, |
|
|
double |
zd, |
|
|
string |
f |
|
) |
| |
◆ Distance()
◆ InLimits()
static bool BioCore.Point3D.InLimits |
( |
Point3D |
p | ) |
|
|
static |
◆ InLimitX()
static bool BioCore.Point3D.InLimitX |
( |
double |
px | ) |
|
|
static |
◆ InLimitY()
static bool BioCore.Point3D.InLimitY |
( |
double |
py | ) |
|
|
static |
◆ InLimitZ()
static bool BioCore.Point3D.InLimitZ |
( |
double |
pz | ) |
|
|
static |
◆ Parse()
static Point3D BioCore.Point3D.Parse |
( |
string |
s | ) |
|
|
static |
◆ SetLimits()
static void BioCore.Point3D.SetLimits |
( |
double |
pminX, |
|
|
double |
pmaxX, |
|
|
double |
pminY, |
|
|
double |
pmaxY, |
|
|
double |
pminZ, |
|
|
double |
pmaxZ |
|
) |
| |
|
static |
◆ ToString()
override string BioCore.Point3D.ToString |
( |
| ) |
|
◆ File
string BioCore.Point3D.File = "" |
|
static |
◆ MaxX
double BioCore.Point3D.MaxX |
|
staticget |
◆ MaxY
double BioCore.Point3D.MaxY |
|
staticget |
◆ MaxZ
double BioCore.Point3D.MaxZ |
|
staticget |
◆ MinX
double BioCore.Point3D.MinX |
|
staticget |
◆ MinY
double BioCore.Point3D.MinY |
|
staticget |
◆ MinZ
double BioCore.Point3D.MinZ |
|
staticget |
The documentation for this struct was generated from the following file: