Navigation: Code Documentation > RSCommon > CommonInterfaces > Enumerations
TVectorOperation Enumeration
Defines the list of operations that can be applied to a vector.
Namespace: CommonInterfaces
Delphi
type TVectorOperation = (voAdd, voCrossProduct, voDivide, voMultiply, voSubtract, voNormalize);
Name
Description
voAdd
Represents constant voAdd.
voCrossProduct
Represents constant voCrossProduct.
voDivide
Represents constant voDivide.
voMultiply
Represents constant voMultiply.
voNormalize
Represents constant voNormalize.
voSubtract
Represents constant voSubtract.
Top
•CommonInterfaces