Last updated

API / geotoolkit3d / scene / ellipse / EllipseGeometry / EllipseGeometry

Class: EllipseGeometry

ellipse.EllipseGeometry.EllipseGeometry

An ellipse geometry to be used with the THREE.Line 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 hollow (line) ellipse. For a filled Ellipse, please see FilledEllipseGeometry.

Hierarchy

  • BufferGeometry

    EllipseGeometry

Table of contents

Constructors
Methods

Contents

Constructors

new EllipseGeometry(options)

new EllipseGeometry(options?)

Parameters

Name Type
Optional optionsOptions

Overrides

BufferGeometry.constructor

Methods

extractSegmentPoints

extractSegmentPoints(): number[]

Extract segmented points from this geometry

Returns

number[]

points