C# 클래스 opentk.System3.AngularMomentumMap

dx/dt = y + x*(R - v_l)/v_l, dy/dt = -x + y*(R - v_l)/v_l, dz/dt = 1
상속: ChaoticMap
파일 보기 프로젝트 열기: smalld/particle_system

공개 메소드들

메소드 설명
AngularMomentumMap ( ) : System

비공개 메소드들

메소드 설명
Implementation ( System.Vector4 &input, System.Vector4 &output ) : void
Moment ( float k, System.Vector4 &center, System.Vector4 &input, System.Vector4 &output ) : void

메소드 상세

AngularMomentumMap() 공개 메소드

public AngularMomentumMap ( ) : System
리턴 System