clone method

DecalVertex clone()

Implementation

DecalVertex clone() {
	return DecalVertex(position.clone(), normal.clone() );
}