Navigation: Code Documentation > RSCommon > RSVector > Classes > TRSVector > Methods
TRSVector.Apply(TVectorOperation,ILocation) Method
Applies the vector operation to the current vector using the input vector
Namespace: RSVector
Delphi
public function Apply( Operation: TVectorOperation; const Vector: ILocation ): IVector; overload;
Parameters
Operation
Type: TVectorOperation
Vector
Type: ILocation
Type: IVector
IVector.Apply(TVectorOperation,ILocation)
•RSVector.TRSVector.Add(Single)
•RSVector.TRSVector.CrossProduct(Single,Single,Single)
•RSVector.TRSVector.Divide(Single)
•RSVector.TRSVector.DotProduct(Single,Single,Single)
•RSVector.TRSVector.Multiply(Single)
•RSVector.TRSVector.Subtract(Single)
•TRSVector
•RSVector