Produce the vector dot product between this vector and another one.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Dot(
Vector vector
)
Public Function Dot (
vector As Vector
) As Scalar
public:
Scalar^ Dot(
Vector^ vector
)
member Dot :
vector : Vector -> Scalar
Parameters
- vector
- Type: AGI.Foundation.GeometryVector
The vector to dot with this one.
Return Value
Type:
ScalarThe vector dot product between the two vectors.
See Also