Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class CurveMath

    Inheritance
    object
    CurveMath
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.Core
    Assembly: fwt.core.dll
    Syntax
    [BurstCompile]
    public static class CurveMath

    Methods

    Bezier3(float3, float3, float3, float)

    Declaration
    public static float3 Bezier3(float3 pointA, float3 pointB, float3 pointC, float time)
    Parameters
    Type Name Description
    float3 pointA
    float3 pointB
    float3 pointC
    float time
    Returns
    Type Description
    float3

    Bezier4(float3, float3, float3, float3, float)

    Declaration
    public static float3 Bezier4(float3 a1, float3 c1, float3 c2, float3 a2, float t)
    Parameters
    Type Name Description
    float3 a1
    float3 c1
    float3 c2
    float3 a2
    float t
    Returns
    Type Description
    float3
    In this article
    Back to top Generated by DocFX