10 lines
183 B
C++
Executable file
10 lines
183 B
C++
Executable file
#include "ZipLineItem.h"
|
|
|
|
|
|
AZipLineItem::AZipLineItem() {
|
|
this->MaxDistance = 0.00f;
|
|
this->MinDistance = 100.00f;
|
|
this->MinAngle = 35.00f;
|
|
this->MaxAngle = 35.00f;
|
|
}
|
|
|