Class MaskBurnAttribute


  • public class MaskBurnAttribute
    extends java.lang.Object

    Title: MaskBurnAtribute

    Description: Recording the masked burning information, such as burning center, burning center transform, tip length, etc.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int burnType
      Burning type, default, regular, heat, etc.
      javax.vecmath.Point3f center
      Burning center coordinate.
      javax.media.j3d.Transform3D centerTransform
      Burning center tranform.
      float tipLen
      Burning probe tip length.
    • Constructor Summary

      Constructors 
      Constructor Description
      MaskBurnAttribute​(javax.vecmath.Point3f _center, javax.media.j3d.Transform3D _centerTransform, int _burnType, float _tipLen)
      Constructor for the burn attributes.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • burnType

        public int burnType
        Burning type, default, regular, heat, etc.
      • center

        public javax.vecmath.Point3f center
        Burning center coordinate.
      • centerTransform

        public javax.media.j3d.Transform3D centerTransform
        Burning center tranform.
      • tipLen

        public float tipLen
        Burning probe tip length.
    • Constructor Detail

      • MaskBurnAttribute

        public MaskBurnAttribute​(javax.vecmath.Point3f _center,
                                 javax.media.j3d.Transform3D _centerTransform,
                                 int _burnType,
                                 float _tipLen)
        Constructor for the burn attributes.
        Parameters:
        _center - Point3f burning sphere packing center.
        _centerTransform - Transform3D burning sphere transform
        _burnType - int burn type.
        _tipLen - float tip length.