AARectangleNTNumeric(Vector2NTNumeric, Vector2NTNumeric) Constructor
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public AARectangleN(
Vector2N<TNumeric> center,
Vector2N<TNumeric> dimensions
)
Public Sub New (
center As Vector2N(Of TNumeric),
dimensions As Vector2N(Of TNumeric)
)
public:
AARectangleN(
Vector2N<TNumeric> center,
Vector2N<TNumeric> dimensions
)
new :
center : Vector2N<'TNumeric> *
dimensions : Vector2N<'TNumeric> -> AARectangleN
Parameters
- center Vector2NTNumeric
-
- dimensions Vector2NTNumeric
-