The inverse trigonometric tangent of the input components. Like atan2 but uses the input vector for the X and Y values.

atanVector( v ) == atan2( v.Y, v.X )

Location

Namespace
Fuse.Reactive
Package
Fuse.Reactive.Expressions 2.9.1
Show Uno properties and methods

Interface of AtanVector

Inherited from UnaryOperator

Inherited from ComputeExpression

Inherited from Expression

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.

Implemented Interfaces