Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class GeometryMath

    Inheritance
    object
    GeometryMath
    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
    public static class GeometryMath

    Methods

    IsInEllipse(float2, float2, float, float)

    Declaration
    public static bool IsInEllipse(float2 pointToCheck, float2 ellipseCenter, float minorRadius, float majourRadius)
    Parameters
    Type Name Description
    float2 pointToCheck
    float2 ellipseCenter
    float minorRadius
    float majourRadius
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX