Dot coordinates of two point
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public static double Dot( Point3D p1, Point3D p2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Dot ( _ p1 As Point3D, _ p2 As Point3D _ ) As Double |
| Visual C++ |
|---|
public: static double Dot( Point3D p1, Point3D p2 ) |
Parameters
- p1
- Type: Hyleos.Common.Geometry..::.Point3D
Point 1
- p2
- Type: Hyleos.Common.Geometry..::.Point3D
Point 2
Return Value
[Missing <returns> documentation for "M:Hyleos.Common.Geometry.Geometry.Dot(Hyleos.Common.Geometry.Point3D,Hyleos.Common.Geometry.Point3D)"]