C# Class NBody.NBody

Inheritance: IDisposable
Afficher le fichier Open project: takayuki/opensim-pcproject Class Usage Examples

Private Properties

Свойство Type Description
Swap void
dot float

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetResource ( string fullname ) : byte[]
Initialize ( ) : void
Load ( OtpMbox mbox, OtpErlangPid pid, string script ) : OtpErlangTuple
Main ( string args ) : void
NBody ( CUDA CUDA, float DeltaTime, float Damping, int NumBodies ) : System
Update ( ulong frame ) : void

Private Methods

Méthode Description
Swap ( ) : void
dot ( Float4 a, Float4 b ) : float

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetResource() public static méthode

public static GetResource ( string fullname ) : byte[]
fullname string
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public static méthode

public static Load ( OtpMbox mbox, OtpErlangPid pid, string script ) : OtpErlangTuple
mbox OtpMbox
pid OtpErlangPid
script string
Résultat OtpErlangTuple

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

NBody() public méthode

public NBody ( CUDA CUDA, float DeltaTime, float Damping, int NumBodies ) : System
CUDA CUDA
DeltaTime float
Damping float
NumBodies int
Résultat System

Update() public méthode

public Update ( ulong frame ) : void
frame ulong
Résultat void