RectangleNTNumeric Constructor

Initializes a new instance of the RectangleNTNumeric class

Definition

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

Parameters

origin  Vector2NTNumeric
 
dimensions  Vector2NTNumeric
 
angle  AngleNTNumeric
 

See Also