Property | Type | Description | |
---|---|---|---|
kOrigin | XYZ | ||
kXAxis | XYZ | ||
kYAxis | XYZ | ||
kZAxis | XYZ |
Method | Description | |
---|---|---|
DegreesToRadians ( double degrees ) : double | ||
GeomUtils ( ) : System | ||
GetClosestPt ( XYZ pt, System |
given an array of pts, find the closest pt to a given pt
|
|
Greater ( XYZ pt1, XYZ pt2, XYZ axis ) : XYZ |
Given two points and an axis, returns the point with the greater value along the axis
|
|
Midpoint ( XYZ pt1, XYZ pt2 ) : XYZ | ||
RadiansToDegrees ( double rads ) : double |
public static DegreesToRadians ( double degrees ) : double | ||
degrees | double | |
return | double |
public static GetClosestPt ( XYZ pt, System |
||
pt | XYZ | |
pts | System |
|
return | XYZ |
public static Greater ( XYZ pt1, XYZ pt2, XYZ axis ) : XYZ | ||
pt1 | XYZ | point 1 to compare |
pt2 | XYZ | point 2 to compare |
axis | XYZ | axis to compare along |
return | XYZ |
public static Midpoint ( XYZ pt1, XYZ pt2 ) : XYZ | ||
pt1 | XYZ | |
pt2 | XYZ | |
return | XYZ |
public static RadiansToDegrees ( double rads ) : double | ||
rads | double | |
return | double |