Initializes a new instance of the
Velocity2D class
Namespace: AsteroidsAssembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
public Velocity2D(
Vector2D velocity,
float maximumSpeed
)
public Velocity2D(
Vector2D velocity,
float maximumSpeed
)
Public Sub New (
velocity As Vector2D,
maximumSpeed As Single
)
Public Sub New (
velocity As Vector2D,
maximumSpeed As Single
)
public:
Velocity2D(
Vector2D velocity,
float maximumSpeed
)
public:
Velocity2D(
Vector2D velocity,
float maximumSpeed
)
new :
velocity : Vector2D *
maximumSpeed : float32 -> Velocity2D
new :
velocity : Vector2D *
maximumSpeed : float32 -> Velocity2D