RectangleNTNumericRotateAround Method
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public RectangleN<TNumeric> RotateAround(
Vector2N<TNumeric> pivot,
AngleN<TNumeric> angle
)
Public Function RotateAround (
pivot As Vector2N(Of TNumeric),
angle As AngleN(Of TNumeric)
) As RectangleN(Of TNumeric)
public:
RectangleN<TNumeric> RotateAround(
Vector2N<TNumeric> pivot,
AngleN<TNumeric> angle
)
member RotateAround :
pivot : Vector2N<'TNumeric> *
angle : AngleN<'TNumeric> -> RectangleN<'TNumeric>
- pivot Vector2NTNumeric
-
- angle AngleNTNumeric
-
RectangleNTNumeric