Package gaiasky.util

Class TLV3D

java.lang.Object
java.lang.ThreadLocal<Vector3d>
gaiasky.util.TLV3D

public class TLV3D
extends java.lang.ThreadLocal<Vector3d>
  • Constructor Summary

    Constructors
    Constructor Description
    TLV3D()  
  • Method Summary

    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 Details

    • TLV3D

      public TLV3D()
  • Method Details

    • initialValue

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