|
override bool | Equals (object obj) |
|
bool | Equals (Vector p) |
|
bool | Equals (InnerWindowPoint p) |
|
override int | GetHashCode () |
|
| InnerWindowPoint (InnerWindowPoint ip) |
|
| InnerWindowPoint (Point p) |
|
| InnerWindowPoint (WindowKey in_window, ObjectPoint in_point) |
|
| InnerWindowPoint (WindowKey in_window, WorldPoint in_point) |
|
| InnerWindowPoint (WindowKey in_window, CameraPoint in_point) |
|
| InnerWindowPoint (WindowKey in_window, InnerWindowPoint in_point) |
|
| InnerWindowPoint (WindowKey in_window, InnerPixelPoint in_point) |
|
| InnerWindowPoint (WindowKey in_window, WindowPoint in_point) |
|
| InnerWindowPoint (WindowKey in_window, PixelPoint in_point) |
|
| InnerWindowPoint (float in_x, float in_y, float in_z) |
|
| InnerWindowPoint (float in_x, float in_y) |
|
| InnerWindowPoint (float in_x) |
|
HPS.InnerWindowPoint.InnerWindowPoint |
( |
Point |
p | ) |
|
|
inline |
Converts the point in_point to inner window space via in_window.
Converts the point in_point to inner window space via in_window.
Converts the point in_point to inner window space via in_window.
Converts the point in_point to inner window space via in_window.
Converts the point in_point to inner window space via in_window.
Converts the point in_point to inner window space via in_window.
Converts the point in_point to inner window space via in_window.
HPS.InnerWindowPoint.InnerWindowPoint |
( |
float |
in_x, |
|
|
float |
in_y, |
|
|
float |
in_z |
|
) |
| |
|
inline |
Initializes a new InnerWindowPoint object from the supplied (in_x, in_y, in_z) parameters.
HPS.InnerWindowPoint.InnerWindowPoint |
( |
float |
in_x, |
|
|
float |
in_y |
|
) |
| |
|
inline |
Initializes a new InnerWindowPoint with x and y parameters and sets the z value to zero.
- Parameters
-
in_x | The x parameter. |
in_y | The y parameter. |
HPS.InnerWindowPoint.InnerWindowPoint |
( |
float |
in_x | ) |
|
|
inline |
Initializes a new InnerWindowPoint with the x parameter and sets the y and z value to zero.
- Parameters
-
override bool HPS.InnerWindowPoint.Equals |
( |
object |
obj | ) |
|
|
inline |
Compares this InnerWindowPoint 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.InnerWindowPoint.Equals |
( |
Vector |
p | ) |
|
|
inline |
Compares a Vector whose points (x, y, z) correspond to the points of this InnerWindowPoint's (x, y, z).
- Parameters
-
p | The Vector to compare to this object. |
- Returns
- Returns true if the Vector's components are equivalent to this InnerWindowPoint object, false otherwise.
Compares two InnerWindowPoint 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.
Compares two InnerWindowPoint 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.InnerWindowPoint.cs