Search Results for

    Show / Hide Table of Contents

    Class ScalarMap

    Scalar version of a ColorMap (ie interpolate between sample points) [TODO] could we make this a template?

    Inheritance
    Object
    ScalarMap
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class ScalarMap

    Constructors

    ScalarMap()

    Declaration
    public ScalarMap()

    Methods

    AddPoint(Double, Double)

    Declaration
    public void AddPoint(double t, double value)
    Parameters
    Type Name Description
    Double t
    Double value

    Linear(Double)

    Declaration
    public double Linear(double t)
    Parameters
    Type Name Description
    Double t
    Returns
    Type Description
    Double
    In This Article
    Back to top ViRGIS VR GIS