aboutsummaryrefslogtreecommitdiff
path: root/sp/src/mathlib/vector.cpp
blob: 5cb72d49ffd2132156c1599ab2e1904f835ee09c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//

#include "mathlib/vector.h"

Vector vec3_origin(0,0,0);