Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVector > Methods
IVector.Multiply(ILocation) Method
Multiplies the current vector by the input vector.
Namespace: CommonInterfaces
Delphi
public function Multiply( const Vector: ILocation ): IVector; overload;
Parameters
Vector
Type: ILocation
Type: IVector
•CommonInterfaces.IVector.CrossProduct(Single,Single,Single)
•CommonInterfaces.IVector.Add(Single)
•CommonInterfaces.IVector.DotProduct(Single,Single,Single)
•CommonInterfaces.IVector.Divide(Single)
•CommonInterfaces.IVector.Subtract(Single)
•IVector
•CommonInterfaces