ScalarDotProduct Constructor (Vector, Vector) |
Constructs the dot product from two existing vectors.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarDotProduct(
Vector one,
Vector two
)
Public Sub New (
one As Vector,
two As Vector
)
public:
ScalarDotProduct(
Vector^ one,
Vector^ two
)
new :
one : Vector *
two : Vector -> ScalarDotProduct
Parameters
- one
- Type: AGI.Foundation.GeometryVector
First vector. - two
- Type: AGI.Foundation.GeometryVector
Second vector.
See Also