Package gaiasky.util

Class TLV3

java.lang.Object
java.lang.ThreadLocal<com.badlogic.gdx.math.Vector3>
gaiasky.util.TLV3

public class TLV3
extends java.lang.ThreadLocal<com.badlogic.gdx.math.Vector3>
  • Constructor Summary

    Constructors
    Constructor Description
    TLV3()  
  • Method Summary

    Modifier and Type Method Description
    protected com.badlogic.gdx.math.Vector3 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

    • TLV3

      public TLV3()
  • Method Details

    • initialValue

      protected com.badlogic.gdx.math.Vector3 initialValue()
      Overrides:
      initialValue in class java.lang.ThreadLocal<com.badlogic.gdx.math.Vector3>