Search Results for

    Show / Hide Table of Contents

    Class MeshIndexCalculator

    Helper class which helps to map 2D mesh

    Inheritance
    java.lang.Object
    dataSeries.IndexCalculator
    MeshIndexCalculator
    Inherited Members
    dataSeries.IndexCalculator.getIndex(int,int)
    dataSeries.IndexCalculator.getUIndex(int)
    dataSeries.IndexCalculator.getVIndex(int)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class MeshIndexCalculator extends dataSeries.IndexCalculator

    Constructors

    MeshIndexCalculator(int uSize, int vSize, double uMin, double uMax, double vMin, double vMax)

    Creates new instance of MeshIndexCalculator class

    Declaration
    public MeshIndexCalculator(int uSize, int vSize, double uMin, double uMax, double vMin, double vMax)
    Parameters
    Type Name Description
    int uSize

    The U size of mesh to use for mapping

    int vSize

    The V size of mesh to use for mapping

    double uMin

    The min U value used by mesh

    double uMax

    The max U value used by mesh

    double vMin

    The min V value used by mesh

    double vMax

    The max V value used by mesh

    Methods

    getU(int uIndex)

    Gets mesh value for specified U index

    Declaration
    public final double getU(int uIndex)
    Parameters
    Type Name Description
    int uIndex

    The U index to use

    Returns
    Type Description
    double

    The mesh value

    getV(int vIndex)

    Gets mesh value for specified V index

    Declaration
    public final double getV(int vIndex)
    Parameters
    Type Name Description
    int vIndex

    The V index to use

    Returns
    Type Description
    double

    The mesh value

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml