Struct T5DPoint
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: VecMatrLib.dll
Syntax
public readonly struct T5DPoint
Constructors
T5DPoint(T3DPoint, T3DPoint)
Declaration
public T5DPoint(T3DPoint P, T3DPoint N)
Parameters
T5DPoint(Double, Double, Double, Double, Double, Double)
Declaration
public T5DPoint(double X, double Y, double Z, double NX, double NY, double NZ)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
System.Double |
Y |
|
System.Double |
Z |
|
System.Double |
NX |
|
System.Double |
NY |
|
System.Double |
NZ |
|
Properties
N
Declaration
public T3DPoint N { readonly get; set; }
Property Value
P
Declaration
public T3DPoint P { readonly get; set; }
Property Value
Methods
Equals(T5DPoint)
Declaration
public readonly bool Equals(T5DPoint p)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(T5DPoint, T5DPoint)
Declaration
public static bool Equals(T5DPoint p1, T5DPoint p2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(T5DPoint, T5DPoint, Double)
Declaration
public static bool Equals(T5DPoint p1, T5DPoint p2, double tolerance)
Parameters
Returns
Type |
Description |
System.Boolean |
|