Class ThreeDProjector

  • All Implemented Interfaces:

    
    public final class ThreeDProjector
    
                        

    表示一个三维至三维投影器

    算法由 @Bryan33 提供

    Since:

    2020/9/19

    Author:

    Zoyn

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreeDProjector(Location origin, Vector n)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Location apply(Double x, Double y, Double z)
      • Methods inherited from class java.lang.Object

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

      • ThreeDProjector

        ThreeDProjector(Location origin, Vector n)