lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 114b2725ea - Show all commits

View File

@ -8,7 +8,7 @@ type Planar64=fixed::types::I32F32;
type Planar64Wide3=fixed_wide::types::I256F256;
#[test]
fn it_works() {
fn wide_int64() {
let a=Planar64::from(2);
let b=Planar64::from(3);
@ -20,7 +20,7 @@ fn it_works() {
}
#[test]
pub fn wide_vec3(){
fn wide_vec3(){
let v=Vector3::from_value(Planar64::from(3));
let v1=v.wide_mul(v);
let v2=v1.wide_mul(v1);