Members
Functions
fun magnitude() -> ???
Returns the magnitude of self.
fun *(_ other: Self) -> Self
Returns the product of self and other
fun *=(_ other: Self) { inout }
Writes the product of self and other to self.
fun magnitude() -> ???
Returns the magnitude of self.
fun *(_ other: Self) -> Self
Returns the product of self and other
fun *=(_ other: Self) { inout }
Writes the product of self and other to self.