Click or drag to resize

ScalarInverseTangent Constructor

Overload List
  NameDescription
Public methodScalarInverseTangent
Initializes a new instance. The user must set ScalarX and ScalarY.
Public methodScalarInverseTangent(Scalar, Scalar)
Constructs the angle from the provided values as atan2(y, x).
Protected methodScalarInverseTangent(ScalarInverseTangent, CopyContext)
Initializes a new instance as a copy of an existing instance.
Top
See Also