Name | Description | |
---|---|---|
![]() | VintasoftPoint3D | Initializes a new instance of the VintasoftPoint3D structure. |
Name | Description | |
---|---|---|
![]() | VintasoftPoint3D | Initializes a new instance of the VintasoftPoint3D structure. |
Name | Description | |
---|---|---|
![]() ![]() | Empty | The empty point. |
Name | Description | |
---|---|---|
![]() | IsEmpty | Gets a value indicating whether this instance is empty. |
![]() | X | Gets or sets X coordinate of the point. |
![]() | Y | Gets or sets Y coordinate of the point. |
![]() | Z | Gets or sets Z coordinate of the point. |
Name | Description | |
---|---|---|
![]() ![]() | Abs | Returns absolute value of a 3D point. |
![]() ![]() | Add | Overloaded. Adds two points and returns the result as a |
![]() ![]() | Divide | Divides 3D point coordinates on a double value. |
![]() | Equals | Overloaded. Determines if 3D points are equal. |
![]() | GetHashCode | Returns hash code of a 3D point. |
![]() ![]() | Multiply | Multiplies 3D point and a double value. |
![]() ![]() | Round | Returns rounded 3D point. |
![]() ![]() | Subtract | Subtracts one specified point from another. |
![]() | ToString | Overloaded. Returns the string representation of this object. |
![]() | Translate | Translates point using the specified offset. |
Name | Description | |
---|---|---|
![]() | Addition | Sums 3D points. |
![]() | Division | Divides 3D point coordinates on a double value. |
![]() | Equality | Determines if 3D points are equal. |
![]() | Explicit Type Conversion | Creates a VintasoftVector3D with the X, Y and Z values of this vector. |
![]() | Inequality | Determines if 3D points are not equal. |
![]() | Multiplication | Multiplies 3D point and a double value. |
![]() | Subtraction | Subtracts 3D points. |
![]() | Unary Negation | Unary negation of a 3D point. |