Packageidv.cjcat.stardust.threeD.fields
Classpublic class Field3D
InheritanceField3D Inheritance StardustElement
SubclassesRadialField3D, UniformField3D

3D vector field.



Public Properties
 PropertyDefined by
  active : Boolean
Field3D
  massless : Boolean
Field3D
 Inheritedname : String
StardustElement
Public Methods
 MethodDefined by
  
Field3D
  
Field3D
  
Field3D
 Inherited
[Abstract Method] Returns the related objects of the element.
StardustElement
 Inherited
getXMLTag():XML
Returns the root tag of the XML representation.
StardustElement
  
getXMLTagName():String
Field3D
  
parseXML(xml:XML, builder:XMLBuilder = null):void
Field3D
  
toXML():XML
Field3D
Protected Methods
 MethodDefined by
  
Field3D
Property detail
activeproperty
public var active:Boolean
masslessproperty 
public var massless:Boolean
Constructor detail
Field3D()constructor
public function Field3D()
Method detail
calculateMotionData3D()method
protected function calculateMotionData3D(particle:Particle3D):MotionData3DParameters
particle:Particle3D

Returns
MotionData3D
getElementTypeXMLTag()method 
public override function getElementTypeXMLTag():XML

Returns
XML
getMotionData3D()method 
public final function getMotionData3D(particle:Particle3D):MotionData3DParameters
particle:Particle3D

Returns
MotionData3D
getXMLTagName()method 
public override function getXMLTagName():String

Returns
String
parseXML()method 
public override function parseXML(xml:XML, builder:XMLBuilder = null):voidParameters
xml:XML
 
builder:XMLBuilder (default = null)
toXML()method 
public override function toXML():XML

Returns
XML