Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math: Update docs #368

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @math.gl/geometry
# @loaders.gl/math

> This library is being developed to support 3D tiles and will be moved to the math.gl repository when it stabilizes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Helper functions to work with WebGL data type constants.
## Usage

```js
import {GL, GLType} from '@math.gl/geometry';
import {GL, GLType} from '@loaders.gl/matth';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo matth -> math

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix in next PR.

// Returns Int8Array.BYTES_PER_ELEMENT
var size = GLType.getSizeInBytes(GL.BYTE);
```
Expand Down