C# Class opentk.System3.AngularMomentumMap

dx/dt = y + x*(R - v_l)/v_l, dy/dt = -x + y*(R - v_l)/v_l, dz/dt = 1
Inheritance: ChaoticMap
Show file Open project: smalld/particle_system

Public Methods

Method Description
AngularMomentumMap ( ) : System

Private Methods

Method Description
Implementation ( System.Vector4 &input, System.Vector4 &output ) : void
Moment ( float k, System.Vector4 &center, System.Vector4 &input, System.Vector4 &output ) : void

Method Details

AngularMomentumMap() public method

public AngularMomentumMap ( ) : System
return System