8000 math: Add `Vector3::cross` (#190) · open-ead/sead@2b04737 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

math: Add Vector3::cross (#190) #376

math: Add Vector3::cross (#190)

math: Add Vector3::cross (#190) #376

Workflow file for this run

name: lint_pr
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.17
with:
source: 'include modules'
clangFormatVersion: 12
0