Class SceneGraphNode.TLV3D

  • Enclosing class:
    SceneGraphNode

    protected static class SceneGraphNode.TLV3D
    extends java.lang.ThreadLocal<Vector3d>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TLV3D()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Vector3d initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

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

      • TLV3D

        protected TLV3D()
    • Method Detail

      • initialValue

        protected Vector3d initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<Vector3d>