Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVector > Methods
IVector.GetAngleInRad(T2DAxis) Method
Returns the angle in radians represented by the Axis pair values in the X, Y, and/or Z properties.
Accessor method for the AngleInRad property.
Namespace: CommonInterfaces
Delphi
public function GetAngleInRad(Axis: T2DAxis): Single;
Parameters
Axis
Type: T2DAxis
Type: Single
•X
•Y
•Z
•CommonInterfaces.IVector.AngleInRad[T2DAxis]
•CommonInterfaces.IVector.get_AngleInRad(T2DAxis)
•CommonInterfaces.IVector.SetAngleInRad(T2DAxis,Single)
•IVector
•CommonInterfaces