Last updated

API / geotoolkit3d / scene / ellipse / FilledEllipseGeometry / FilledEllipseGeometry

Class: FilledEllipseGeometry

ellipse.FilledEllipseGeometry.FilledEllipseGeometry

An ellipse geometry to be used with the THREE.Shape mesh.
You can use this geometry options to define the ellipse shape and size (width, height, precision).
And the mesh's '.position' and '.rotation' or '.quaternion' to change the ellipse position and orientation.
This is the filled (shape) ellipse. For an hollow Ellipse, please see EllipseGeometry.

Hierarchy

  • ShapeGeometry

    FilledEllipseGeometry

Table of contents

Constructors

Contents

Constructors

new FilledEllipseGeometry(options)

new FilledEllipseGeometry(options?)

Parameters

Name Type
Optional optionsOptions

Overrides

ShapeGeometry.constructor