new Geometry(data)
Class representing a mathcell geometry object.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | mathcell geometry as a primitive Object. |
Properties:
Name | Type | Description |
---|---|---|
type |
string | |
options |
GeometryOptions | |
vertices |
Array.<Array.<number>> | |
faces |
Array.<Array.<number>> | |
points |
Array.<Array.<number>> | |
point |
Array.<number> | |
text |
string |
- Source:
Classes
Members
faces :Array.<Array.<number>>
Type:
- Array.<Array.<number>>
- Source:
options :GeometryOptions
Type:
- Source:
point :Array.<number>
Type:
- Array.<number>
- Source:
points :Array.<Array.<number>>
Type:
- Array.<Array.<number>>
- Source:
text :string
Type:
- string
- Source:
type :string
Type:
- string
- Source:
vertices :Array.<Array.<number>>
Type:
- Array.<Array.<number>>
- Source: