Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
tinyevil
Jul 31st, 2018
271
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
function cross(r:&Vec3, v1:&const Vec3, v2:&const Vec3){
r.x = v1.y * v2.z - v1.z * v2.y;
r.y = v1.x * v2.z - v1.z * v2.x;
r.z = v1.x * v2.y - v1.y * v2.x;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Crypto Money Attack
CSS | 56 min ago | 0.21 KB
API Glitch (Up to 1 BTC)
CSS | 57 min ago | 0.21 KB
This summer smells like money
CSS | 57 min ago | 0.21 KB
redteam-deface
HTML | 5 hours ago | 3.15 KB
Untitled
9 hours ago | 0.04 KB
Sparkle Animation Review Template
17 hours ago | 1.20 KB
more sc
17 hours ago | 0.15 KB
EM Operational: Client wants to see a list of...
18 hours ago | 1.46 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!