Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
|
.
..Rotate Method (Single, Single)
|
|
Returns the new Orientation after applying the given Rotation
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public static float Rotate(
float fRotationToApply,
float fCurrentOrientation
)
|
Visual Basic
|
Public Shared Function Rotate (
fRotationToApply As Single,
fCurrentOrientation As Single
) As Single
|
Visual C++
|
public:
static float Rotate(
float fRotationToApply,
float fCurrentOrientation
)
|
Parameters
fRotationToApply
Type: System..::..Single
The Rotation in radians to apply to the Current Orientation
fCurrentOrientation
Type: System..::..Single
The object's Current Orientation in radians
Return Value
Type: Single
Returns the new Orientation after applying the given Rotation
See Also
Orientation2D Class
Orientation2D Members
Rotate Overload
DPSF Namespace
Send comments on this topic to
|