You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some parts of the reference doc have enough examples, others could use more. For example, only some Matrix4.js members have examples (search for @example). Of course, trivial members, like boolean properties, do not need examples.
A reasonable approach here would be to start with the files in Core, and to open pull requests for every file or every few files.
The text was updated successfully, but these errors were encountered:
Take a look at the reference doc (in the code comments) for some of the files in Core that interest you. For example, perhaps Cartesian3.js or Matrix3.js. Add short code examples (using @example) to the reference doc for non-trivial members. For an example, see Cartesian3.fromArray in Cartesian3.js.
Some parts of the reference doc have enough examples, others could use more. For example, only some Matrix4.js members have examples (search for
@example
). Of course, trivial members, like boolean properties, do not need examples.A reasonable approach here would be to start with the files in Core, and to open pull requests for every file or every few files.
The text was updated successfully, but these errors were encountered: