Méthode | Description | |
---|---|---|
Collinear ( |
Gets whether three points lie on the same line.
|
|
Equals ( |
Determines whether the specified Point3 is equal to this instance.
|
|
Equals ( |
Determines whether the specified Point3 is equal to this instance.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
FromVector ( Vector3 vector ) : |
Performs a conversion from Accord.Math.Vector3 to Accord.Math.Point3.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
Point3 ( Vector3 coordinates ) : System |
Creates a new Point3 structure from the given coordinates.
|
|
Point3 ( float x, float y, float z ) : System |
Creates a new Point3 structure from the given coordinates.
|
|
operator ( ) : bool |
Implements the operator !=.
|
public static Collinear ( |
||
p1 | The first point. | |
p2 | The second point. | |
p3 | The third point. | |
Résultat | bool |
public Equals ( |
||
other | The |
|
Résultat | bool |
public Equals ( |
||
other | The |
|
tolerance | double | The acceptance tolerance threshold to consider the instances equal. |
Résultat | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |
public static FromVector ( Vector3 vector ) : |
||
vector | Vector3 | |
Résultat |
public Point3 ( Vector3 coordinates ) : System | ||
coordinates | Vector3 | The point coordinates. |
Résultat | System |
public Point3 ( float x, float y, float z ) : System | ||
x | float | The x coordinate. |
y | float | The y coordinate. |
z | float | The z coordinate. |
Résultat | System |