bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class Geom2dEllipseDto

    Index

    Constructors

    • Parameters

      • Optionalcenter: Point2
      • Optionaldirection: Vector2
      • OptionalradiusMinor: number
      • OptionalradiusMajor: number
      • Optionalsense: boolean

      Returns Geom2dEllipseDto

    Properties

    center: Point2

    Center of the ellipse

    [0,0]
    
    direction: Vector2

    Direction of the vector

    [1,0]
    
    radiusMinor: number

    Minor radius of an ellipse

    1
    

    0

    Infinity

    0.1

    radiusMajor: number

    Major radius of an ellipse

    2
    

    0

    Infinity

    0.1

    sense: boolean

    If true will sense the direction

    false