SKFieldForceEvaluator Delegate

Definition

A method that derives a force by applying the physics of a field to a body that is within the field.

public delegate OpenTK.Vector3 SKFieldForceEvaluator(Vector4 position, Vector4 velocity, float mass, float charge, double time);
type SKFieldForceEvaluator = delegate of Vector4 * Vector4 * single * single * double -> Vector3

Parameters

position
Vector4
velocity
Vector4
mass
Single
charge
Single
time
Double

Return Value

Applies to