Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVector > Methods
IVector.EqualsStar(Single,Single,Single) Method
Returns true if the current vector points in the same direction as the vector defined by the XYZ components.
Namespace: CommonInterfaces
Delphi
public function EqualsStar( const X, Y, Z: Single ): Boolean; overload;
Parameters
X
Type: Single
Y
Z
Type: Boolean
•CommonInterfaces.IVector.Equals(Single,Single,Single)
•IVector
•CommonInterfaces