Class ConformalMap

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConformalMap
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • m_akPlane

        private Vector2f[] m_akPlane
      • m_kPlaneMin

        private Vector2f m_kPlaneMin
      • m_kPlaneMax

        private Vector2f m_kPlaneMax
      • m_akSphere

        private Vector3f[] m_akSphere
      • m_fRadius

        private float m_fRadius
    • Constructor Detail

      • ConformalMap

        public ConformalMap​(BasicMesh kMesh,
                            int iVQuantity,
                            Vector3f[] akPoint,
                            int iTQuantity,
                            int iPunctureTriangle)
      • ConformalMap

        public ConformalMap​(int iVQuantity,
                            Vector3f[] akPoint,
                            int iTQuantity,
                            int[] aiIndex,
                            int iPunctureTriangle)
    • Method Detail

      • dispose

        public void dispose()
      • GetPlaneCoordinates

        public Vector2f[] GetPlaneCoordinates()
      • GetPlaneMax

        public final Vector2f GetPlaneMax()
      • GetPlaneMin

        public final Vector2f GetPlaneMin()
      • GetSphereCoordinates

        public final Vector3f[] GetSphereCoordinates()
      • GetSphereRadius

        public float GetSphereRadius()