Vertex2D Structure |
Namespace: PDTec.IceNet.Domain.Cad.Geometry
public struct Vertex2D : ICloneable
The Vertex2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Vertex2D(Double) | Initializes a new instance of the Vertex2D class |
![]() | Vertex2D(Single) | Initializes a new instance of the Vertex2D class |
![]() | Vertex2D(Vertex2D) | Initializes a new instance of the Vertex2D class |
![]() | Vertex2D(Double, Double) | Initializes a new instance of the Vertex2D class |
![]() | Vertex2D(Single, Single) | Initializes a new instance of the Vertex2D class |
Name | Description | |
---|---|---|
![]() | Assign(Double) | |
![]() | Assign(Single) | |
![]() | Assign(Double, Double) | |
![]() | Clone | |
![]() | Copy | |
![]() | Equals | (Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition | |
![]() ![]() | Division | |
![]() ![]() | Equality | |
![]() ![]() | Inequality | |
![]() ![]() | Modulus | |
![]() ![]() | Multiply(Double, Vertex2D) | |
![]() ![]() | Multiply(Vertex2D, Double) | |
![]() ![]() | Subtraction | |
![]() ![]() | UnaryNegation |