Rotate this point

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public void Rotate(
	double tetaX,
	double tetaY,
	double tetaZ
)
Visual Basic (Declaration)
Public Sub Rotate ( _
	tetaX As Double, _
	tetaY As Double, _
	tetaZ As Double _
)
Visual C++
public:
void Rotate(
	double tetaX, 
	double tetaY, 
	double tetaZ
)

Parameters

tetaX
Type: System..::.Double
x rotation angle
tetaY
Type: System..::.Double
y rotation angle
tetaZ
Type: System..::.Double
z rotation angle

See Also