Object

scalismo.faces.numerics

SphericalHarmonics

Related Doc: package numerics

Permalink

object SphericalHarmonics

service functions for real spherical harmonics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SphericalHarmonics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SHBasisFunction = (EuclideanVector[_3D]) ⇒ Double

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val N0: Double

    Permalink
  5. val N1: Double

    Permalink
  6. val N2_0: Double

    Permalink
  7. val N2_1: Double

    Permalink
  8. val N2_2: Double

    Permalink
  9. val N3_0: Double

    Permalink
  10. val N3_1: Double

    Permalink
  11. val N3_2: Double

    Permalink
  12. val N3_3: Double

    Permalink
  13. val N4_0: Double

    Permalink
  14. val N4_1: Double

    Permalink
  15. val N4_2: Double

    Permalink
  16. val N4_3: Double

    Permalink
  17. val N4_4: Double

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. def coefficientsInBand(band: Int): Int

    Permalink

    number of m values within a band l

  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def numberOfBandsForCoefficients(coefficients: Int): Int

    Permalink

    number of l values required to have given number of coefficients

  30. def shBasisFunction(i: Int): SHBasisFunction

    Permalink

    get SH basis function with linear index - fast for i < 25

  31. def shBasisFunction(shi: SHIndex): SHBasisFunction

    Permalink

    get SH basis function with given index - fast for l < 5

  32. def shBasisFunction(l: Int, m: Int): SHBasisFunction

    Permalink

    get SH basis function with given indices l, m - fast for l < 5

  33. def shBasisFunctionDirect(l: Int, m: Int, direction: EuclideanVector[_3D]): Double

    Permalink

    direct calculation of SH basis function, only for l < 5 (c++ nostalgia version)

  34. def shBasisFunctionDirect(i: Int, direction: EuclideanVector[_3D]): Double

    Permalink

    direction calculation of Spherical Harmonics basis function

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def totalCoefficients(bands: Int): Int

    Permalink

    total number of functions when using expansions with l bands

  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped