style cleanup: comment blocks

This commit is contained in:
Campbell Barton
2012-03-09 18:28:30 +00:00
parent de4bd55e01
commit 89a963fb7f
236 changed files with 1873 additions and 1939 deletions

View File

@@ -87,12 +87,12 @@ CVectorValue::~CVectorValue()
}
/**
* pre: the type of val is dtype
* ret: a new object containing the result of applying operator op to val and
* this object
*/
CValue* CVectorValue::CalcFinal(VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val)
/*
pre: the type of val is dtype
ret: a new object containing the result of applying operator op to val and
this object
*/
{
CValue *ret = NULL;
@@ -210,10 +210,9 @@ CValue* CVectorValue::GetReplica()
return replica;
};
/*void CVectorValue::Transform(rcMatrix4x4 mat)
#if 0
void CVectorValue::Transform(rcMatrix4x4 mat)
{
m_transformedvec = mat*m_vec;
}
*/
#endif