dchip v0.1.1 (2014-08-22T12:07:42Z)
Home
Dub
Repo
ActorSingularity
samples
MagnetsElectric
Undocumented in source.
struct
ActorSingularity {
int
Nsing
;
cpFloat
value
;
char
type
;
cpVect
Gpos
;
cpVect
position
;
cpFloat
angle
;
cpFloat
Gangle
;
SingForceFunc
force_func
;
SingForceFunc
torque_func
;
}
Members
Variables
Gangle
cpFloat
Gangle
;
Undocumented in source.
Gpos
cpVect
Gpos
;
Undocumented in source.
Nsing
int
Nsing
;
Undocumented in source.
angle
cpFloat
angle
;
Undocumented in source.
force_func
SingForceFunc
force_func
;
Undocumented in source.
position
cpVect
position
;
Undocumented in source.
torque_func
SingForceFunc
torque_func
;
Undocumented in source.
type
char
type
;
Undocumented in source.
value
cpFloat
value
;
Undocumented in source.
Meta
Source
See Implementation
samples
MagnetsElectric
aliases
ForceData
Sing
SingForceFunc
functions
make_mix
manifest constants
COU_MKS
HEIGHT
MAG_MKS
NCHG
NMAG
NMIX
SINGMAX
WIDTH
static functions
ChargedBodyUpdatePositionVerlet
ChargedBodyUpdateVelocityVerlet
CoulombForce
FillForceData
LRangeForceApply
MagDipoleForce
MagDipoleTorque
destroy
init
make_charged
make_mag
update
static variables
space
structs
ActorSingularity
DataforForce
variables
MagnetsElectric