View Source Zenic.Ellipse (Zenic v0.1.0)

Summary

Types

@type t() :: %Zenic.Ellipse{
  options: keyword(),
  points: [Zenic.Math.Vector3.t()],
  quarters: number(),
  transform: Zenic.Transform.t()
}

Functions

Link to this function

new(width, height, options \\ [])

View Source
@spec new(width :: number(), height :: number(), options :: keyword()) :: t()