 | Vector3FSquareMagnitude Property |
Square magnitude of the vector.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic float SquareMagnitude { get; }
Public ReadOnly Property SquareMagnitude As Single
Get
public:
property float SquareMagnitude {
float get ();
}
member SquareMagnitude : float32 with get
Property Value
Type:
Single
See Also