Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Vector2D RotateAround(
Vector2D center,
float rotationSin,
float rotationCos
)
public Vector2D RotateAround(
Vector2D center,
float rotationSin,
float rotationCos
)
Public Function RotateAround (
center As Vector2D,
rotationSin As Single,
rotationCos As Single
) As Vector2D
Public Function RotateAround (
center As Vector2D,
rotationSin As Single,
rotationCos As Single
) As Vector2D
public:
Vector2D RotateAround(
Vector2D center,
float rotationSin,
float rotationCos
)
public:
Vector2D RotateAround(
Vector2D center,
float rotationSin,
float rotationCos
)
member RotateAround :
center : Vector2D *
rotationSin : float32 *
rotationCos : float32 -> Vector2D
member RotateAround :
center : Vector2D *
rotationSin : float32 *
rotationCos : float32 -> Vector2D
Return Value
Type:
Vector2D