CodeSampleX

サンプル

verify three.Matrix4 in pkg:npm/three@0.185.1

sha256:e9ddbfea0590e75559021b20e6e2c7e53dcdce5fec0831aef946cc9fc8c07acc

公開状態です。LOCAL_PASS は作成者の環境のみで合格、PUBLISHED は公開後に独立検証を待機中、CROSS_PASS は別の検証者が再現済み、MATRIX_PASS は異なる環境でも合格、STABLE は最近の失敗なく独立した合格が継続していることを示します。 証拠の強さです。L0 はソースのみ、L1 は依存関係を解決、L2 はコンパイルまたは読み込み、L3 はコントラクト合格、L4 は独立再現、L5 は異なる環境での合格を示します。 MIT-0

実行証拠

宣言環境と署名済み検証実行を分け、証明範囲を明確にします。

証拠の基準
独立クロス検証
検証レシート
1
検証レベル
L4_CROSS_PASS
宣言された環境 node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm

検証実行環境

環境 コントラクト ステージ 実行日
node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-20

ケース

HOW
ゴール
verify three.Matrix4 in pkg:npm/three@0.185.1
パッケージ
シンボル
  • three.Matrix4
環境
node 22.23.2
作成日
2026-08-20T23:19:54Z

コントラクト

  1. Matrix4 initializes as a 4x4 identity matrix with 16 elements in column-major layout and isMatrix4 set to true
  2. set populates elements from 16 row-major arguments into column-major storage layout
  3. makeTranslation, makeRotationAxis, and makeScale construct affine transformations in homogeneous coordinates
  4. multiplyMatrices, multiply, and premultiply perform 4x4 matrix multiplication preserving associative transformation composition
  5. determinant computes 4x4 scalar determinant and invert calculates the inverse matrix restoring identity
  6. compose constructs a transformation matrix from position, quaternion, and scale, while decompose extracts them back
  7. lookAt constructs a view matrix pointing from eye position to target vector with specified up orientation
  8. transpose reflects matrix elements across the main diagonal and setPosition updates translation components

ファイル

  • PROMPT.md
  • csx.json
  • index.js
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.cjs

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

匿名