Results 9 issues of Jérôme

Added Matrix4.fromTranslationQuaternion and allowed getScale, getTranslation, getRotation and getRotationMatrix3 to return same type as input parameter's

```js console.log(Cesium.JulianDate.toIso8601(Cesium.JulianDate.fromIso8601("2011-03-25T16:00:00.00000001Z")) ``` outputs: ```sh 2011-03-25T16:00:00.10000803740695119e-7Z ``` Which is not ISO8601 compliant ! In JulianDate.js, line 787, the comment says: ```js //Forces milliseconds into a number with at least 3...

type - bug
good first issue
category - architecture / api
JTC

When building target cpm-update-package-lock with boost as dependency like this: ```cmake ... CPMAddPackage( NAME Boost VERSION 1.84.0 URL https://github.com/boostorg/boost/releases/download/boost-1.85.0/boost-1.85.0.tar.xz OPTIONS "BOOST_ENABLE_CMAKE ON" "BOOST_INCLUDE_LIBRARIES beast\\\;uuid" ) ... ``` I get the...

Is there any possibility to generate the license file filtered on dev dependencies only, or at least to tag the dependency type in the ILicense interface ?

Is there any way to get only the license type (MIT, Apache-2.0, ISC...) instead of the full license text without parsing ?

Is there any way to specify the recursive dependency level at which the generate-license-file will stop searching ?

# Description This is a proposal to move Viewer functionalities not related to widgets to CesiumWidget class as proposed in #11967. ## Issue number and link Fixes #11967 ## Testing...

# Description Added `Entity.trackingReferenceFrame` to allow tracking entities in their own reference frame. ## Issue number and link Not strictly resolving but adressing the following issue: * #11657 ## Testing...

PR - Changes Requested

### Feature Would you consider a PR introducing a new property that would be an extension of the `VelocityOrientationProperty` with a simulated roll? Let's call it `VelocityRolledOrientationProperty` (any other name...

type - enhancement
category - entity