Click or drag to resize
Accord.NET (logo)

Vector3Square Property

Returns square of the vector's norm.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float Square { get; }
Request Example View Source

Property Value

Type: Single
Remarks

Return X2+Y2+Z2, which is a square of vector's norm or a dot product of this vector with itself.

See Also