@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/game-mathematics>
  a schema:TechArticle ;
  schema:headline "Game Mathematics: Vectors, Rotations, and Transforms" ;
  schema:url <https://anchorfact.org/game-development/game-mathematics/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/game-mathematics>
  schema:citation <https://docs.unity3d.com/ScriptReference/Vector3.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-mathematics>
  schema:citation <https://docs.unity3d.com/ScriptReference/Quaternion.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-mathematics>
  schema:citation <https://docs.unity3d.com/ScriptReference/Matrix4x4.html> ;
  af:sourceTier "B" .