|
override bool | Equals (object obj) |
|
bool | Equals (Vector p) |
|
bool | Equals (InnerPixelPoint p) |
|
override int | GetHashCode () |
|
| InnerPixelPoint (InnerPixelPoint ip) |
|
| InnerPixelPoint (Point p) |
|
| InnerPixelPoint (WindowKey in_window, ObjectPoint in_point) |
|
| InnerPixelPoint (WindowKey in_window, WorldPoint in_point) |
|
| InnerPixelPoint (WindowKey in_window, CameraPoint in_point) |
|
| InnerPixelPoint (WindowKey in_window, InnerWindowPoint in_point) |
|
| InnerPixelPoint (WindowKey in_window, InnerPixelPoint in_point) |
|
| InnerPixelPoint (WindowKey in_window, WindowPoint in_point) |
|
| InnerPixelPoint (WindowKey in_window, PixelPoint in_point) |
|
| InnerPixelPoint (float in_x, float in_y, float in_z) |
|
| InnerPixelPoint (float in_x, float in_y) |
|
| InnerPixelPoint (float in_x) |
|
HPS.InnerPixelPoint.InnerPixelPoint |
( |
Point |
p | ) |
|
|
inline |
Converts the point in_point to inner pixel space via in_window.
Converts the point in_point to inner pixel space via in_window.
Converts the point in_point to inner pixel space via in_window.
Converts the point in_point to inner pixel space via in_window.
Converts the point in_point to inner pixel space via in_window.
Converts the point in_point to inner pixel space via in_window.
Converts the point in_point to inner pixel space via in_window.
HPS.InnerPixelPoint.InnerPixelPoint |
( |
float |
in_x, |
|
|
float |
in_y, |
|
|
float |
in_z |
|
) |
| |
|
inline |
Initializes a new Point from the in_x, in_y, and in_z paramters.
HPS.InnerPixelPoint.InnerPixelPoint |
( |
float |
in_x, |
|
|
float |
in_y |
|
) |
| |
|
inline |
Initializes a new InnerPixelPoint with x and y parameters and sets the z value to zero.
- Parameters
-
in_x | The x parameter. |
in_y | The y parameter. |
HPS.InnerPixelPoint.InnerPixelPoint |
( |
float |
in_x | ) |
|
|
inline |
Initializes a new CameraPoint with the x parameter and sets the y and z value to zero.
- Parameters
-
override bool HPS.InnerPixelPoint.Equals |
( |
object |
obj | ) |
|
|
inline |
Compares this InnerPixelPoint object to another object.
- Parameters
-
obj | The object to compare to this object. |
- Returns
- Returns true if the parameter is equivalent, false otherwise.
bool HPS.InnerPixelPoint.Equals |
( |
Vector |
p | ) |
|
|
inline |
Compares a Vector whose points (x, y, z) correspond to the points of this InnerPixelPoint's (x, y, z).
- Parameters
-
p | The object to compare to this object. |
- Returns
- Returns true if the Vector's components are equivalent to this InnerPixelPoint object, false otherwise.
Compares two InnerPixelPoint objects.
- Parameters
-
p1 | The first object to compare. |
p2 | The second object to compare. |
- Returns
- Returns true if the two parameters are not equivalent, false otherwise.
Compares two InnerPixelPoint objects.
- Parameters
-
p1 | The first object to compare. |
p2 | The second object to compare. |
- Returns
- Returns true if the two parameters are equivalent, false otherwise.
The documentation for this struct was generated from the following file:
- internals/hps_core/source/cs/HPS.InnerPixelPoint.cs