C# Class Quelea.SurfaceEmitterType

Inheritance: AbstractEmitterType
Exibir arquivo Open project: lxfschr/Quelea Class Usage Examples

Public Methods

Method Description
Duplicate ( ) : IGH_Goo
Equals ( SurfaceEmitterType p ) : bool
Equals ( object obj ) : bool
GetBoundingBox ( ) : Rhino.Geometry.BoundingBox
GetHashCode ( ) : int
SurfaceEmitterType ( ) : Quelea.Util
SurfaceEmitterType ( Rhino.Geometry.Surface srf ) : Quelea.Util
SurfaceEmitterType ( Rhino.Geometry.Surface srf, bool continuousFlow, int creationRate, int numAgents, Vector3d velocityMin, Vector3d velocityMax ) : Quelea.Util
SurfaceEmitterType ( SurfaceEmitterType e ) : Quelea.Util
ToString ( ) : string

Protected Methods

Method Description
GetEmittionPoint ( ) : Point3d

Method Details

Duplicate() public method

public Duplicate ( ) : IGH_Goo
return IGH_Goo

Equals() public method

public Equals ( SurfaceEmitterType p ) : bool
p SurfaceEmitterType
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetBoundingBox() public method

public GetBoundingBox ( ) : Rhino.Geometry.BoundingBox
return Rhino.Geometry.BoundingBox

GetEmittionPoint() protected method

protected GetEmittionPoint ( ) : Point3d
return Point3d

GetHashCode() public method

public GetHashCode ( ) : int
return int

SurfaceEmitterType() public method

public SurfaceEmitterType ( ) : Quelea.Util
return Quelea.Util

SurfaceEmitterType() public method

public SurfaceEmitterType ( Rhino.Geometry.Surface srf ) : Quelea.Util
srf Rhino.Geometry.Surface
return Quelea.Util

SurfaceEmitterType() public method

public SurfaceEmitterType ( Rhino.Geometry.Surface srf, bool continuousFlow, int creationRate, int numAgents, Vector3d velocityMin, Vector3d velocityMax ) : Quelea.Util
srf Rhino.Geometry.Surface
continuousFlow bool
creationRate int
numAgents int
velocityMin Vector3d
velocityMax Vector3d
return Quelea.Util

SurfaceEmitterType() public method

public SurfaceEmitterType ( SurfaceEmitterType e ) : Quelea.Util
e SurfaceEmitterType
return Quelea.Util

ToString() public method

public ToString ( ) : string
return string