RectangleNTNumericRotateAround Method

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public RectangleN<TNumeric> RotateAround(
	Vector2N<TNumeric> pivot,
	AngleN<TNumeric> angle
)

Parameters

pivot  Vector2NTNumeric
 
angle  AngleNTNumeric
 

Return Value

RectangleNTNumeric

See Also