Vertex Structure |
Namespace: PDTec.IceNet.Domain.Cad.Geometry
public struct Vertex : ICloneable
The Vertex type exposes the following members.
Name | Description | |
---|---|---|
Vertex(Double) | Initializes a new instance of the Vertex class | |
Vertex(Vertex) | Initializes a new instance of the Vertex class | |
Vertex(Double, Double, Double) | Initializes a new instance of the Vertex class | |
Vertex(Int32, Int32, Int32) | Initializes a new instance of the Vertex class | |
Vertex(Single, Single, Single) | Initializes a new instance of the Vertex class |
Name | Description | |
---|---|---|
Assign(Double) | ||
Assign(Vertex) | ||
Assign(Double, Double, Double) | ||
Assign(Int32, Int32, Int32) | ||
Assign(Single, Single, Single) | ||
Clone | ||
Copy | ||
Equals | (Overrides ValueTypeEquals(Object).) | |
GetHashCode | (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsOne | ||
IsZero | ||
Normalized | ||
ToString | (Overrides ValueTypeToString.) | |
ToString(String) |
Name | Description | |
---|---|---|
Addition | ||
Division | ||
Equality | ||
ExclusiveOr | ||
(Double to Vertex) | ||
(Int32 to Vertex) | ||
Inequality | ||
Modulus | ||
Multiply(Double, Vertex) | ||
Multiply(Vertex, Vertex) | ||
Multiply(Vertex, Double) | ||
Subtraction | ||
UnaryNegation |